CubeExecuteFilterFunctionPredefined

Description

The CubeExecuteFilterFunctionPredetermined enumeration contains types of functions that can be used for data filtering.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. Function type is not determined.
1 Top. Functions of selection by greatest/least values:
  • TOPCOUNT.
  • TOPPERCENT/BOTTOMPERCENT.
  • TOPSUM/BOTTOMSUM.
2 Filter. The FILTER function for filtering by the specified condition.
3 Order. Sorting functions:
  • ASC.
  • DESC.
  • BASC.
  • BDESC.
4 NonEmpty. Function for filtering NON EMPTY empty values.

See also:

Cubes Assembly Enumerations