2.6.25 CT_DataField

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: dataField

This complex type specifies extended information about a PivotTable ([ISO/IEC29500-1:2016] section 18.10) data field item ([ISO/IEC29500-1:2016] section 18.10.1.22).

Attributes:

pivotShowAs: An ST_PivotShowAs attribute that specifies the data display format for this PivotTable ([ISO/IEC29500-1:2016] section 18.10) data field item. If this attribute is specified, the showDataAs attribute of the ancestor CT_DataField ([ISO/IEC29500-4:2016] section A.2) element MUST NOT be specified. If this attribute is equal to "percentOfParent", "percentOfRunningTotal", "rankAscending", or "rankDescending", the baseField attribute of the ancestor CT_DataField ([ISO/IEC29500-4:2016] section A.2) element MUST be greater than or equal to 0.

sourceField: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the zero-based index of the CT_PivotField ([ISO/IEC29500-4:2016] section A.2) element in the list of CT_PivotField ([ISO/IEC29500-4:2016] section A.2) elements specified by the CT_PivotFields ([ISO/IEC29500-4:2016] section A.2) element that this data item summarizes.

If an OLAP measure is summarized in a PivotTable ([ISO/IEC29500-1:2016] section 18.10) as a data field item ([ISO/IEC29500-1:2016] section 18.10.1.22) more than one time, data field items ([ISO/IEC29500-1:2016] section 18.10.1.22) that specify that OLAP measure after the first data field item ([ISO/IEC29500-1:2016] section 18.10.1.22) that specifies that OLAP measure MUST have a descendant CT_DataField element with a sourceField specified.

If this attribute is specified, the CT_PivotField ([ISO/IEC29500-4:2016] section A.2) element specified by the fld attribute of the ancestor CT_DataField ([ISO/IEC29500-4:2016] section A.2) element MUST have a descendant CT_PivotField element with an ignore attribute equal to "true".

If this attribute is specified, the CT_CacheField ([ISO/IEC29500-4:2016] section A.2) element with a zero-based index in the list of CT_CacheField ([ISO/IEC29500-4:2016] section A.2) elements specified by the CT_CacheFields ([ISO/IEC29500-4:2016] section A.2) element equal to the fld attribute of the ancestor CT_DataField ([ISO/IEC29500-4:2016] section A.2) element that exists in the Pivot Table Cache Definition part ([ISO/IEC29500-1:2016] section 12.3.12) specified by the cacheId attribute of the CT_PivotTableDefinition ([ISO/IEC29500-4:2016] section A.2) element that is the ancestor of this element MUST have a descendant CT_CacheField element. The CT_CacheHierarchy ([ISO/IEC29500-4:2016] section A.2) element specified by the hierarchy attribute of that CT_CacheField ([ISO/IEC29500-4:2016] section A.2) element MUST have a descendent CT_CacheHierarchy element with an ignore attribute equal to "true". The CT_PivotHierarchy ([ISO/IEC29500-4:2016] section A.2) element with a zero-based index in the list of CT_PivotHierarchy ([ISO/IEC29500-4:2016] section A.2) elements specified by the CT_PivotHierarchies ([ISO/IEC29500-4:2016] section A.2) element in this part that is equal to the zero-based index of that CT_CacheHierarchy ([ISO/IEC29500-4:2016] section A.2) element in the list of CT_CacheHierarchy ([ISO/IEC29500-4:2016] section A.2) elements specified by the CT_CacheHierarchies ([ISO/IEC29500-4:2016] section A.2) element MUST have a descendant CT_PivotHierarchy element.

If this attribute is specified, the fld attribute of the ancestor CT_DataField ([ISO/IEC29500-4:2016] section A.2) element SHOULD<13> be ignored.

This attribute MUST NOT be specified for non-OLAP PivotTables ([ISO/IEC29500-1:2016] section 18.10).

uniqueName: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the unique name for duplicated OLAP measures. MUST be unique within this part. MUST be less than or equal to 65,535 characters in length.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_DataField">
   <xsd:attribute name="pivotShowAs" type="ST_PivotShowAs" use="optional"/>
   <xsd:attribute name="sourceField" type="xsd:unsignedInt" use="optional"/>
   <xsd:attribute name="uniqueName" type="x:ST_Xstring" use="optional"/>
 </xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).