Specifying columns for table type Variable
The special table type Variable takes its input from a variable contaning table data. This variable (which is the the result of script actions such as Generate Generic table, List services status, Get User Table) does not contain any header info. This means that you need to specify the correct column names. For variables which are the result of one of the before mentioned script actions, this is simply a matter of selecting the right column template.
Script action
|
Variable
|
Use column template
|
Get user table
|
%UsersTable%
|
User info
|
List services status
|
%ServicesTable%
|
Services status (without config info)
Services status (with config info). If you choose this template, 3 column names will be added.
|
List printer documents
|
%DocumentsTable%
|
Printer documents
|
List files and/or directories
|
User defined
|
Files and or directories list
|
Once you have defined the column names as indicated above, you can select the columns to be displayed and assign variables to columns using the Columns tab. This is done in the same way as for the other generic tables.
|