Skip to Content
InterfacesIDimensionInfo

接口: IDimensionInfo

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

属性

属性类型描述

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.