Skip to Content
InterfacesIDimensionInfo

Interface: IDimensionInfo

Defines the dimensions of a pivot table. Used to specify fields for rows, columns, filters, and values.

Properties

PropertyTypeDescription

column?

string[]

Field names to be used as column dimensions.

filter?

string[]

Field names to be used as filter dimensions.

row?

string[]

Field names to be used as row dimensions.

value?

string[]

Field names to be used as value measure.