sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

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

Last Updated: