The CubeFactBindingAggregationType enumeration contains methods of aggregation calculation on server.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | None. Calculation method is not determined. |
| 1 | Sum. Sum. |
| 2 | Count. The number of values. |
| 3 | Avg. Average. |
| 4 | Min. Minimum. |
| 5 | Max. Maximum. |
| 6 | StdDev. Standard deviation. NOTE. It is not supported on working with SQLite DBMS. |
| 7 | Median. Median. NOTE. It is not supported on working with SQLite DBMS. |
| 8 | StdDevP. Cast standard deviation. NOTE. It is not supported on working with SQLite DBMS. |
| 9 | CountDistinct. The number of different values. |
| 10 | Custom. Custom aggregation method is used for calculation. |
NOTE. Calculation is always executed on the client computer on using the Count and CountDistinct methods.
See also: