[Table].SortDescending
  • 31 Mar 2025
  • 1 Minute to read
  • Dark
    Light

[Table].SortDescending

  • Dark
    Light

Article summary

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 Function Syntax

[Table].SortDescending(<column number>)

Example

[Table].SortDescending(2) will the table using the sort descending in column number 2:

[Table].SortDescending Function Example

[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:

image.png

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.


Was this article helpful?

What's Next