Tabular Operators
order
Learn how to sort the rows of the input dataset into an order by one or more fields.
Sorts the rows of the input dataset into order by one or more fields.
Syntax
Arguments
name | type | description |
---|---|---|
Field | string | Field of dataset by which to sort. The type of the values must be numeric, date, time, or string. |
asc | expression | Sort by into ascending order, low to high |
desc | expression | descending high to low |