ICubeExecuteFilterFunctionNonEmpty.NonEmpty

Syntax

NonEmpty: Boolean;

Description

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

Comments

If the property is set to True, the NonEmpty function is used for filtering. The function name must be specified in the ICubeExecuteFilterFunctionNonEmpty.Function_ property, and specify selection of the elements, by which values are filtered, in the ICubeExecuteFilterFunctionNonEmpty.Set_ property.

Example

The example of use is given in description of the ICubeExecuteFilterFunctionNonEmpty.Function_ property.

See also:

ICubeExecuteFilterFunctionNonEmpty