Click or drag to resize
HyperCubeDefInterColumnSortOrder Property
Order the columns of the hypercube should be sorted. Column numbers are separated by a comma. Example: [1,0,2] means that the first column to be sorted should be the column 1, followed by the column 0 and the column 2. If the list does not contain all columns, the order for the columns that are not in the list is the order of appearance from left to right. The index of the pseudo-dimension (if any) is -1.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerable<int> InterColumnSortOrder { get; set; }

Property Value

Type: IEnumerableInt32

Implements

IHyperCubeDefInterColumnSortOrder
See Also