Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeExecuteFilterFunctionFilter interface contains properties that are used to determine specific settings of the FILTER function that filters data by the specified condition.
ICubeExecuteFilterFunctionFilter
To get settings, cast the object described by the ICubeExecuteFilterFunction interface to the ICubeExecuteFilterFunctionTop interface. The ICubeExecuteFilterFunction.Predefined property for object must return the Filter value.
On using filtering by the specified condition, the following MDX query block is created:
FILTER ( Set_Expression, Logical_Expression )
Function description is available in the documentation for language of MDX multidimensional queries.
Property name | Brief description | |
The Condition property determines the MDX expression that returns logic value. | ||
The Function_ property determines name of filtering function. | ||
The Set_ property determines selection of the elements, by which values filtering is executed. |
See also: