@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Interface: IPivotTableValueFieldQueryData
Represents the query data for a value field in a pivot table.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
dataFieldId | string | The unique identifier of the data field associated with the value field. | types/interface.ts:173 |
displayName | string | The display name of the value field. | types/interface.ts:177 |
id | string | The unique identifier of the value field. | types/interface.ts:169 |
showDataAs | IPivotTableShowDataAsInfo | Information about how to show the data for this value field. | types/interface.ts:185 |
subtotal | PivotSubtotalTypeEnum | The type of subtotal to be displayed for this value field. | types/interface.ts:181 |