ConsolidationFunction
ConsolidationFunction enumeration
Represents consolidation function.
Values
| Name | Value | Description |
|---|---|---|
| Sum | 0 | Represents Sum function. |
| Count | 1 | Represents Count function. |
| Average | 2 | Represents Average function. |
| Max | 3 | Represents Max function. |
| Min | 4 | Represents Min function. |
| Product | 5 | Represents Product function. |
| CountNums | 6 | Represents Count Nums function. |
| StdDev | 7 | Represents StdDev function. |
| StdDevp | 8 | Represents StdDevp function. |
| Var | 9 | Represents Var function. |
| Varp | 10 | Represents Varp function. |
| DistinctCount | 11 | Represents Distinct Count function. |