<measureGroup> (OLAP Measure Group)

Represents a PivotTable OLAP measure group.

example:
<measureGroup name="Sales Orders" caption="Sales Orders"/>

Parent Elements

<measureGroups>3.10.1.54)

Attributes

Description

<caption> (Measure Group Display Name)

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).

<name> (Measure Group Name)

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>