ICubeExecuteFilterFunctionOrder

Assembly: Cubes;

Description

The ICubeExecuteFilterFunctionOrder interface contains properties for specifying specific settings of the function that sorts data.

Inheritance Hierarchy

ICubeExecuteFilterFunctionOrder

Comments

To get settings, cast the object described by the ICubeExecuteFilterFunction interface to the ICubeExecuteFilterFunctionTop interface. The ICubeExecuteFilterFunction.Predefined property must return the Order value for the object.

On using sorting the following MDX query is created:

ORDER ( Set_Expression, {String_Expression } Numeric_Expression} [ , { Function } ] )

Function description is available in the documentation for language of MDX multidimensional queries.

Properties

  Property name Brief description
OrderBy

The OrderBy property determines the expression that usually presents the MDX expression returning the sorted dimension.
OrderType

The OrderType property determines a sorting method.
Set_

The Set_ property determines selection of the elements, by which values filtering is executed.

See also:

Cubes Assembly Interfaces