Sort Table
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure. This action helps sorting values in a grid and improves the visibility of data in table.
Input: <Column Header Value>;<Sort Order>
Column Header value (Required*)
Column name from the table
Sort Order (Required*)
ascending or descending order for sorting
Output: <Dynamic Variable>(Optional)
Example 1:
Sort the Instrument column in ascending order within the grid. The Sort Table action takes the column (Instrument) and the sort order (ascending) as inputs and returns True if sorted or False if not sorted. Use a dynamic variable to display the result.
Example 2:
Sort the Instrument column in descending order within the grid. The Sort Table action takes the column (Instrument) and the sort order (descending) as inputs and returns True if sorted or False if not sorted. Use a dynamic variable to display the result.