ICubeExecuteFilterFunction.Text

Syntax

Text: String;

Description

The Text property determines text of the function that will be built into MDX query and used for data filtering.

Comments

If filtering is set up by casting to the interface that determines the selected function type (ICubeExecuteFilterFunctionTop, ICubeExecuteFilterFunctionFilter, ICubeExecuteFilterFunctionOrder or ICubeExecuteFilterFunctionNonEmpty), and specifying required settings there, the Text property returns the MDX query block based on these settings.

If the required function text that enables the user to filter data is known, it can be specified directly in the Text property.

See also:

ICubeExecuteFilterFunction