<colHierarchyUsage> (Column OLAP Hierarchies)

Represents the collection of references to OLAP Hierarchies on the column axis of a PivotTable.

example:

<sh:colHierarchyUsage hierarchyUsage="33"/>

Parent Elements

<colHierarchiesUsage>3.10.1.15)

Attributes

Description

<hierarchyUsage> (Hierarchy Usage)

Specifies the reference to an OLAP hierarchy in a PivotTable.

The possible values for this attribute are defined by the XML Schema int datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_HierarchyUsage">
	<attribute name="hierarchyUsage" type="xsd:int" use="required"/>
</complexType>