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. Values for the Count and CountDistinct methods are calculated on requesting the DBMS server.
See also: