SORT_BY | Qlik Cloud Help
Skip to main content Skip to complementary content

SORT_BY

Sorts the values array by the sortKeys array.

Syntax

SORT_BY(values, sortKeys)

Arguments

Name Type Description Default Value
values any
sortKeys any

Examples

values sortKeys Output
array["a", "b"] array["c", "d"] [a, b]
array["a", "b"] array["d", "c"] [b, a]
array["a", "b"] array[1, 2] [a, b]
array["a", "b"] array[2, 1] [b, a]
array["a", "b"] array[false, true] [a, b]
array["a", "b"] array[true, false] [b, a]
array["a", "b"] "c" a

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 – please let us know!