SETCOLUMNSORT
Syntax
SETCOLUMNSORT(column, type, isAbsoluteSort)Arguments
Example
SETCOLUMNSORT(COLUMNS.[Qtr 1 > Actuals],"Asc",TRUE)
//Sorts quarter 1 actuals in ascending order with absolute sorting enabled

Last updated
Was this helpful?