ggc.clickTableColumn
Simulate a click on a table column to sort.
Syntax
clickTableColumn(
tableName STRING,
columnName STRING )
- tableName is the name of the table.
- columnName is the name of the table column.
Usage
Simulate a click on a table column to sort.
On success the ggc.statusCode is set to SUCCESS; otherwise it contains an error name. For additional information on failure, check ggc.statusMsg which provides a detailed error message.
CALL ggc.clickTableColumn("sr", "col1")