Values Area Fields
This collection describes which fields are found in the values area of the PivotTable.
<dataFields count="1"> <dataField name="Sum of Sales Amount" fld="25" baseField="0" baseItem="0"/> </dataFields>
In the context of <dataField>:
@nameis the name of the values field.@fldis the index of the field being summarized.@baseFieldis the index of the base field when@showDataAscalculation is in use.@baseItemis the index of the base item when@showDataAscalculation is in use.