Verify Table Sort

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 input, ensuring the grid's data is organized properly.

Syntax

Input: <Column Header>;<Sort Order>

Argument
Description

Column Header value (Required*)

Column name from the grid that we want to verify. This is case-sensitive.

Sort Order (Required*)

Displays the sorting order: ascending or descending

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.

Last updated

Was this helpful?