Sort Values
Sorts the values in the column in ascending/descending order
Sort Values in Decision Table
To access sorting, click on the icon in the header of a column, then click on Sort by A -> Z for ascending order or Sort by Z -> A for descending order.

Sorting conditions
Ascending sorting is governed by:
numbers (0-9)
text (aA-zZ)
numbers fields (e.g. BETWEEN)
dates
date fields (e.q. BETWEEN)
functions
value "anything"

Descending sorting is governed:
text (Zz-Aa)
numbers(9-0)
numbers fields (e.g. BETWEEN)
dates
date fields (e.q. BETWEEN)
functions
value "anything"

Last updated
Was this helpful?