DisplacingCalculationTypes.<Name of chart of calculation types>.Sort
Syntax:
Parameters:
<Columns> (required)
Comma-separated string of column names to sort table by. Each column name may be followed by a space and a sort direction specification. Direction is defined as: "Desc": descending order; "Asc": ascending order. Sort ascending is used by default. The order of column names defines the sorting order. This means that the table initially will be sorted by the column indicated first. Then groups of rows with the same value in this column are sorted by the second column, etc.
Description:
Availability:
Note: