Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeExecuteFilterFunction interface contains basic properties that are used to work with settings of the function that is used for data filtering.
ICubeExecuteFilterFunction
To create new settings, use the ICubeExecuteFilterFunctionFactory.CreatePredetermined method. The configured function for data filtering can be used by the ICubeExecuteDimSetup.FilterFunction or ICubeExecuteFilterItem.Function_ properties.
The following interfaces are used to work with the selected function type:
| Property name | Brief description | |
| The Predetermined property returns the type of the function used for data filtering. | ||
| The Text property determines text of the function that will be built into MDX query and used for data filtering. |
See also: