hideTableColumn()

Hide a table column.

Syntax

hideTableColumn(
   tableName  STRING,
   columnName  STRING )
  1. tableName is the name of the table.
  2. 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")