<map>
(OLAP Measure Group)
Represents a PivotTable OLAP measure group - Dimension map.
example:
<map measureGroup="0" dimension="2"/>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the identifier for the dimension. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies the identifier of the measure group. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MeasureDimensionMap">
<attribute name="measureGroup" use="optional" type="xsd:unsignedInt"/>
<attribute name="dimension" use="optional" type="xsd:unsignedInt"/>
</complexType>