Interface IPivotKeys

Interface describing the Pivot data keys used for data generation. Can be used for custom remote scenarios where the data is pre-populated.

Properties

aggregations: string

Field that stores aggregation values.

children: string

Field that stores children for hierarchy building.

columnDimensionSeparator: string

Separator used when generating the unique column field values.

level: string

Field that stores dimension level based on its hierarchy.

records: string

Field that stores reference to the original data records.

rowDimensionSeparator: string

Separator used when generating the unique row field values.