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> |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!