ggc.altClickTableColumn
Simulate an ALT–Click action on table columns to sort multiple columns.
Syntax
altClickTableColumn(
tableName STRING,
columnName STRING )
- tableName is the name of the table.
- columnName is the name of the table column.
Usage
Simulate an ALT–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.altClickTableColumn("sr", "col1")