ICubeExecuteFilterFunctionFactory.CreatePredefined

Syntax

CreatePredefined(Type: CubeExecuteFilterFunctionPredefined): ICubeExecuteFilterFunction;

Parameters

Type. Type of the function that is used for data filtering.

Description

The CreatePredetermined method creates a new function for data filtering.

Comments

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.

Example

The example of use is given in description of the ICubeExecuteFilterFunctionFilter.Condition, ICubeExecuteFilterFunctionOrder.OrderBy, ICubeExecuteFilterFunctionTop.Function_ properties.

See also:

ICubeExecuteFilterFunctionFactory