This property returns the page fields of a DataPilot table.
Defined in
Data type
Syntax
public DataPilotFields getPageFields()
Usage
Page fields are those fields used in the table's "page" area, where single values from the field can be selected. They can also be transformed from row fields, column fields, data fields, or hidden fields by setting Orientation property to Constant.SYMPHONY_PILOT_ORIENTATION_PAGE.
To add page fields, use the addFields method in the DataPilotTable class.
See examples