Sort
Sort a given column in ascending or descending order. If the given column contains string values (as opposed to integers), sorting in ascending order will sort the column alphabetically; selecting descending will sort the column in reverse-alphabetical order.
How to Configure a Sort Node
- Connect the Sort node to the relevant table.
- From the node's Properties panel, go to the Sort Node window: under "Column Name" select the column to be sorted; under "Sort" choose either Ascending or Descending.
- Preview the Sort node to see a preview of the table with the given column sorted.