L.2.9.3.4.4 Row Axis Fields

This collection indicates

which fields are on the row axis of the PivotTable.

<rowFields count="2">
  <field x="7"/>
  <field x="8"/>
</rowFields>

In the context of field within rowFields:

For this example, this collection indicates that “Product Category” and “Product Subcategory” are on the row axis of the PivotTable, in that order.

Last updated on