ssml:calculatedItems
Calculated Items
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_CalculatedItems
Properties: Local, Qualified
Content
- ssml:calculatedItem [1..*] Calculated Item
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Calculated Item Formula Count |
Used in
- Type ssml:CT_PivotCacheDefinition (Element ssml:pivotCacheDefinition)
Sample instance
<ssml:calculatedItems> <ssml:calculatedItem> <ssml:pivotArea> <ssml:references>... </ssml:references> <ssml:extLst>... </ssml:extLst> </ssml:pivotArea> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:calculatedItem> </ssml:calculatedItems>