ICubeExecuteFilterFunctionFilter

Assembly: Cubes;

Description

The ICubeExecuteFilterFunctionFilter interface contains properties that are used to determine specific settings of the FILTER function that filters data by the specified condition.

Inheritance Hierarchy

ICubeExecuteFilterFunctionFilter

Comments

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.

Properties

  Property name Brief description
Condition

The Condition property determines the MDX expression that returns logic value.
Function_

The Function_ property determines name of filtering function.
Set_

The Set_ property determines selection of the elements, by which values filtering is executed.

See also:

Cubes Assembly Interfaces