<calculatedItems> (Calculated Items)

Represents the collection of calculated items.

Parent Elements

<pivotCacheDefinition>3.10.1.67)

Child Elements

Subclause

<calculatedItem> (Calculated Item)

§3.10.1.8

Attributes

Description

<count> (Calculated Item Formula Count)

Specifies the number of calculated item formulas in the cache.

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_CalculatedItems">
	<sequence>
	<element name="calculatedItem" maxOccurs="unbounded" type="CT_CalculatedItem"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt"/>
</complexType>