- 31 Mar 2025
- 1 Minute to read
- DarkLight
[Table].SortDescending
- Updated on 31 Mar 2025
- 1 Minute to read
- DarkLight
General
The [Table].SortDescending can be used in the Post Processor property of a table Element to sort a column ascending.
Syntax
The syntax of the [Table].SortDescending function is:
[Table].SortDescending(<column number>)
Example
[Table].SortDescending(2) will the table using the sort descending in column number 2:
[Table].SortDescending(2)
Notes
Please consider that columnNumber refers to the actual Qlik Table (not the table in M&D).
For example, with this Qlik Table:
If the property of the table in M&D uses specific Columns defined in Column Numbers: createlist(1,2,3,2,3)
the function [Table].SortDescending(columnNumber) can use only 1,2,3, that is, the original columns in Qlik.