IHyperCubeDefInterColumnSortOrder 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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxIEnumerable<int> InterColumnSortOrder { get; set; }
Property InterColumnSortOrder As IEnumerable(Of Integer)
Get
Set
Property Value
Type:
IEnumerableInt32
See Also