@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Enumeration: PivotShowAsTypeEnum
Enum for pivot table show as types.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
differenceFrom | 9 | - the difference from the value | types/enum.ts:94 |
index | 8 | - the index of the value | types/enum.ts:90 |
normal | 1 | - the normal value | types/enum.ts:62 |
percentDifferenceFrom | 10 | - the percentage difference from the value | types/enum.ts:98 |
percentOf | 13 | - the percentage of the value | types/enum.ts:110 |
percentOfColumnTotal | 2 | - the value as a percentage of the column total | types/enum.ts:66 |
percentOfGrandTotal | 4 | - the value as a percentage of the grand total | types/enum.ts:74 |
percentOfParent | 14 | - the percentage of the parent value | types/enum.ts:114 |
percentOfParentColumnTotal | 5 | - the value as a percentage of the parent column total | types/enum.ts:78 |
percentOfParentGrandTotal | 7 | - the value as a percentage of the parent grand total | types/enum.ts:86 |
percentOfParentRowTotal | 6 | - the value as a percentage of the parent row total | types/enum.ts:82 |
percentOfRowTotal | 3 | - the value as a percentage of the row total | types/enum.ts:70 |
percentRunningTotal | 12 | - the percentage running total of the value | types/enum.ts:106 |
runningTotal | 11 | - the running total of the value | types/enum.ts:102 |