Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure. This action allow user to sort the values in a grid and improves the visibility of data in table and save the result in the dynamic variable.
Input: <Column Header>;<Sort Order>
Output: <Dynamic Variable>(Optional)
Note:
If we try to apply sort in a column which is not visible on the screen it will fail, and mention Column does not present as error on Avo Assure client.
If we apply sort on a column which are not sortable it will fail, and mention column is not sortable as error on Avo Assure client.
Sort Table action is applicable to all grids across all products. Even if the grid has the first row as a filter, it will still work.
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.
Column Header (Required*)
Column name from the table on which sorting is to be applied. This is case-sensitive.
Sort Order (Required*)
Displays the sorting order: ascending or descending
Dynamic Variable (Required)
The dynamic variable is optional, as it is used to store the status as either True or False and display it later.