ConsolidationFunction
ConsolidationFunction enumeration
Utility class containing constants. Represents consolidation function.
Values
| Name | Description |
|---|---|
| SUM | Represents Sum function. |
| COUNT | Represents Count function. |
| AVERAGE | Represents Average function. |
| MAX | Represents Max function. |
| MIN | Represents Min function. |
| PRODUCT | Represents Product function. |
| COUNT_NUMS | Represents Count Nums function. |
| STD_DEV | Represents StdDev function. |
| STD_DEVP | Represents StdDevp function. |
| VAR | Represents Var function. |
| VARP | Represents Varp function. |
| DISTINCT_COUNT | Represents Distinct Count function. Only valid for PivotTable with Data Module created since by 2013. |