Describes the different aggregate functions that can be applied to a selected report column.
| Name | Value | Summary |
|---|---|---|
| None | 0 | Indicates that no aggregation should be performed. |
| Average | 1 | Indicates that an average of referenced column values should be calculated. |
| Count | 2 | Indicates that a count of referenced column values should be calculated. |
| Maximum | 3 | Indicates that the maximum referenced column value should be calculated. |
| Minimum | 4 | Indicates that the minimum referenced column value should be calculated. |
| Sum | 5 | Indicates that a total of referenced column values should be calculated. |