<measureGroup>
(OLAP Measure Group)
Represents a PivotTable OLAP measure group.
example:
<measureGroup name="Sales Orders" caption="Sales Orders"/>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the display name of the measure group. The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
|
Specifies the name of the measure group. The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MeasureGroup">
<attribute name="name" use="required" type="ST_Xstring"/>
<attribute name="caption" use="required" type="ST_Xstring"/>
</complexType>