UnGroupBy: Remove a Specific Category (aka Group)

Tag: UnGroupBy

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

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.

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)

ColumnID

Applicable column ID as shown in the 

Grid Manager

N/A - Required

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
<UnGroupBy ColumnID="L0" Target="VolumeAnalyzer" Server="Acme01/ACME,Acme02/ACME" Index="2"/>


XML
<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.