Ytria logo DOCUMENTATION
⚠ This page requires javascript enabled in browser
Automation / All products Automation / Grid Actions

 

Tag: UnGroupBy

The self-closing tag UnGroupBy lets you remove a specified grouping within a specified grid.

<UnGroupBy ColumnID="L0" Target="VolumeAnalyzer" Server="Acme01/ACME,Acme02/ACME" Index="2"/>

Tag Attributes

AttributesAttribute ValueValue DescriptionComment
TargetApplicable Grid CodeNot mandatory – see detailed description
ColumnIDApplicable column ID as shown in the Grid ManagerMandatory
ServerAbbreviated server names (separated by comma)Only applicable in consoleEZ – see detailed description
IndexPositive integerWindow index numberOnly applicable in consoleEZ – see detailed description

Detailed Description


When the UnGroupBy action is used without a Target attribute, or when this attributes Value is "Grid", the action will be carried out on 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 attribute Index 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.


Example Script

<UnGroupBy Target="DiscoverReplicas" ColumnID="SDB1"/>

In the above script line, if a grouping by the column "Replica ID" exists in the Discover Replicas grid in replicationEZ it will be removed.