EffectiveInterColumnSortOrder Property
Overloads
EffectiveInterColumnSortOrder |
Sort order of the columns in the hypercube. Column numbers are separated by a comma. Example: [1,0,2] means that the first column to be sorted was the column 1, followed by the column 0 and the column 2. JSON property name: qEffectiveInterColumnSortOrder |
EffectiveInterColumnSortOrder
Sort order of the columns in the hypercube.
Column numbers are separated by a comma.
Example: [1,0,2] means that the first column to be sorted was the column 1, followed by the column 0 and the column 2.
JSON property name: qEffectiveInterColumnSortOrder
Declaration
IEnumerable<int> EffectiveInterColumnSortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |