Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MeasureFormatStringNormType<45> type is a collection of simple elements.
-
<xsd:complexType name="MeasureFormatStringNormType"> <xsd:sequence> <xsd:element name="DistinctMemberCount" type="xsd:integer" minOccurs="1" maxOccurs="1" /> <xsd:element name="Data" type="xsd:base64Binary" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType>
Attribute |
Description |
---|---|
DistinctMemberCount |
Indicates the distinct count of measure members from the measures hierarchy. |
Data |
Contains the format string for each measure member from the measures hierarchy. The format string is usually of type base64Binary. However, if the format string is an empty string, it is represented by the value -1. |