ARRANGE function
Arranges rows of a table based on specified order criteria.
Syntax
arrange(<table>, <orders>)
Parameter | Type | Description |
---|---|---|
table | vt | The table to be arranged. |
orders | array | The order criteria for arranging the rows. |
Arranges rows of a table based on specified order criteria.
arrange(<table>, <orders>)
Parameter | Type | Description |
---|---|---|
table | vt | The table to be arranged. |
orders | array | The order criteria for arranging the rows. |