Interface PivotTableDataOptions
Configuration for how to query data and assign data to PivotTable.
Properties
Data Options
columns
columns?: (
CalculatedColumn|Column|StyledColumn)[]
Dimensions for the columns of the pivot table
grandTotals
grandTotals?:
PivotGrandTotals
Options for grand totals
rows
rows?: (
CalculatedColumn|Column|StyledColumn)[]
Dimensions for the rows of the pivot table
values
values?: (
CalculatedMeasureColumn|MeasureColumn|StyledMeasureColumn)[]
Measures for the values of the pivot table