Skip to main content
Skip table of contents

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.

Tag Attributes

AttributesAttribute ValuesValue Description
TargetApplicable Grid Code

N/A - Not Required (See detailed description)

ColumnIDApplicable column ID as shown in the Grid Manager

N/A - Required

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

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.