Sorting a list panel
You can sort a list panel by any of its columns. To sort a list panel, either:
- Select a column heading (move the cursor to the column heading, and then
press Enter). The column headings are point-and-shoot
fields; for details, see Point-and-shoot fields.
or
- On the command line, enter SORT followed by one or more column
names:
SORT column_name1 column_name2 …
Entering SORT without a column name sorts by the first column on the list panel.
Columns are sorted in ascending order, except for date-based columns, which are sorted in descending order.
For example, if a list panel has a column with the heading "Changed", enter SORT CHANGED to sort its items in reverse chronological order (most recently changed item first).