GetDimSort method: CubeCollection class

Syntax

GetDimSort(DimName)

Description

Use the GetDimSort to return the current sort settings on the specified dimension.

Parameters

Parameter Description

DimName

Specify the name of the dimension for which you'd like the sort settings.

Returns

An array of any. The array contains the same structure as the signature for the SetDimSort method.

Value Description

Array index 1

IsAscending as Boolean

Array index 2

Key1 as string

Array index 3

IsAscending2 as Boolean

Array index 4

Key2 as string

Array index 5

IsAscending3 as Boolean

Array index 6

Key3 as string