The CubeExecuteFilterFunctionPredetermined enumeration contains types of functions that can be used for data filtering.
It is used by the following properties and methods:
Value | Brief description |
0 | None. Function type is not determined. |
1 | Top. Functions of selection by greatest/least values:
|
2 | Filter. The FILTER function for filtering by the specified condition. |
3 | Order. Sorting functions:
|
4 | NonEmpty. Function for filtering NON EMPTY empty values. |
See also: