AddAllColumns: Show All Grid Columns

Tag: AddAllColumns

The AddAllColumns action will add all available columns into the specified grid.

Detailed Description

The AddAllColumns action can be used either without attributes, or with the Target value of "Grid" to add all the available columns to the main grid.

The Server attribute is only applicable to consoleEZ, in which case it will be mandatory for Target="LogAnalyzer" or Target="VolumeAnalyzer".

The Index attribute is also only used in consoleEZ and is mandatory when using Target="LogAnalyzer" or Target="VolumeAnalyzer", it is the value found on the Log Analyzer and Volume Analyzer windows.


v16_5_autom_Grid_FilterByRegex_IndexHeaders_3.gif

Tag Attributes

Attributes

Attribute Values

Value Description

Target

Applicable 

Grid Code

N/A Not required (See detailed description)

Server

Abbreviated server names (separated by comma)

N/A - Only applicable in consoleEZ (See detailed description)

Index

Positive integer

Window index number - Only applicable in consoleEZ (See detailed description)

Example Scripts

XML
<AddAllColumns Target="VolumeAnalyzer" Index="9"/>


XML
<AddAllColumns Target="LogAnalyzer" Index="1"/>

In the script line above, all columns that are available in the Log Analyzer window #1 will be added.