Assembly: Cubes;
The ICubeExecuteFilterFunctionNonEmpty interface contains properties that are used to determine specific settings of the NON EMPTY function that filters empty values.
ICubeExecuteFilterFunctionNonEmpty
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:
On using the NON EMPTY keyword: NON EMPTY { set_expression1 [,set_expression2] }
On using the NonEmpty function: NonEmpty ( set_expression1 [,set_expression2] )
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: