Verify Table Sort
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure. This action checks whether the data in a grid is correctly sorted in ascending or descending order based on a selected column, ensuring the grid's data is organized properly. The result displayed will be True (if sorting is correct) or False (if sorting is incorrect)
Input: <Column Header Value>;<Sort Order>
Column Header value (Required*)
Column name from the grid
Sort Order (Required*)
ascending or descending order for sorting
Output: <Dynamic Variable>(Optional)
Example 1
The Verify Table Sort action checks the sorting order of the Instrument column. It takes the column name (Instrument) and sort order (ascending) as inputs and returns True if the column is sorted in descending order or False if it is not descending. Use a dynamic variable to display the result.