Tag: Expand

The self-closing tag Expand emulates the selection of the 'Expand All' option found in the right-click menu.

Detailed Description

The Expand action can be used either without attributes, or with the Target value of "Grid" to expand the main grid.

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

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

Tag Attributes

AttributesAttribute ValuesValue Description
Target
Applicable Grid Code

N/A - Not Required (See detailed description)

ServerAbbreviated server names (separated by comma)
N/A - Only applicable in consoleEZ (See detailed description)
IndexPositive integerWindow index number - Only applicable in consoleEZ (See detailed description)

Example Scripts

<Expand/>
XML
<ytriaAutomation>
	<Load Server="ACME01/ACME" Select="True"/>
	<GroupBy ColumnID="21"/>
	<Expand/>
</ytriaAutomation>
XML

In the script above, the one grouping in the main grid would be expanded.