<ST_ShowDataAs>
(Show Data As)
This simple type defines the data formats for a field in the PivotTable.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Indicates the field is shown as the "difference from" a value. |
|
Indicates the field is shown as the "index. |
|
Indicates that the field is shown as its normal data type. |
|
Indicates the field is show as the "percentage of |
|
Indicates the field is shown as the "percentage difference from" a value. |
|
Indicates the field is shown as the percentage of column. |
|
Indicates the field is shown as the percentage of row |
|
Indicates the field is shown as percentage of total. |
|
Indicates the field is shown as running total in the table. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ShowDataAs">
<restriction base="xsd:string">
<enumeration value="normal"/>
<enumeration value="difference"/>
<enumeration value="percent"/>
<enumeration value="percentDiff"/>
<enumeration value="runTotal"/>
<enumeration value="percentOfRow"/>
<enumeration value="percentOfCol"/>
<enumeration value="percentOfTotal"/>
<enumeration value="index"/>
</restriction>
</simpleType>