ICubeExecuteFilterFunctionNonEmpty

Assembly: Cubes;

Description

The ICubeExecuteFilterFunctionNonEmpty interface contains properties that are used to determine specific settings of the NON EMPTY function that filters empty values.

Inheritance Hierarchy

ICubeExecuteFilterFunctionNonEmpty

Comments

To get settings, cast the object described by the ICubeExecuteFilterFunction interface to the ICubeExecuteFilterFunctionTop interface. The ICubeExecuteFilterFunction.Predefined property must return the NonEmpty value for the object.

On using filtering of empty values the following MDX query block is created:

Properties

  Property name Brief description
Function_

The Function_ property determines the function used for filtering of empty values.
NonEmpty

The NonEmpty property determines whether it is necessary to use the NonEmpty function for data filtering.
Set_

The Set_ property determines one or several element selections, by which values filtering is executed.

See also:

Cubes Assembly Interfaces