Remove a column
This action lets you remove a useless column from your test-cases.
In addition to the keyword remove you must provide which column will be removed (based on its name). The correct syntax is remove column ‘column name’.
Example:
case remove column 'dimensionName';
It’s possible to remove more than column in a single command. For this just enlist the list of columns to remove separated by a comma.
Example:
case remove column 'dimensionName', 'hierarchyName', 'levelName';
Note also that the command named hold, could also be useful when you want to remove some columns.