| Due to the nature of consoleEZ, it is possible to have multiple grids and consoles open at once.
The way to reference a specific grid when using either the Log Analyzer or the Volume Analyzer (Target="LogAnalyzer" or Target="VolumeAnalyzer") is through two attributes:
- Server: this is the name as found in the 'Select server' list of the 'Open Server' dialog
- Index this is the console window index number

<SelectColumn target="VolumeAnalyzer" server="Acme01/ACME" index="1" columnID="2">
The script above will select the second column on the [1] Volume Analyzer grid for the server 'Acme01/ACME'.
|