hideTableColumn()
Hide a table column.
Syntax
hideTableColumn(
tableName STRING,
columnName STRING )
- tableName is the name of the table.
- columnName is the name of the table column.
Usage
You can use it to hide a table column to test this action in a scenario. For example:
CALL ggc.hideTableColumn("items", "description")