CreatePredefined(Type: CubeExecuteFilterFunctionPredefined): ICubeExecuteFilterFunction;
Type. Type of the function that is used for data filtering.
The CreatePredetermined method creates a new function for data filtering.
According to the specified type the obtained function can be cast to one of the following interfaces to determine specific settings:
After specifying settings, pass the function as a value to the ICubeExecuteDimSetup.FilterFunction or ICubeExecuteFilterItem.Function_ property.
The example of use is given in description of the ICubeExecuteFilterFunctionFilter.Condition, ICubeExecuteFilterFunctionOrder.OrderBy, ICubeExecuteFilterFunctionTop.Function_ properties.
See also: