Skip to main content
Skip table of contents

Sort: order data by column

Tag: Sort

The Sort action emulates the Sort function of the FlexyView.

Detailed Description

Use this action in your automation script to sort the column of your choosing. Ascending="False" means Sort Z to A
Ascending="True" means Sort A to Z.


The Server attribute is only applicable to consoleEZ, in which case it will be mandatory for Target="LogAnalyzer" or Target="VolumeAnalyzer". The Index attribute 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
TargetThe corresponding Grid CodeSets the target grid panel - Not Required. If no target is set, the default main grid target will be used.
ColumnID

The corresponding Column ID as shown in the Grid Manager

Sets the column to be sorted - Required
AscendingTrue/False

N/A - Required

ServerAbbreviated server names (separated by comma)

N/A - Only applicable in consoleEZ - see below

IndexPositive integerWindow index number - Only applicable in consoleEZ - see below

Example Script

XML
Example Syntax: <Sort ColumnID="8" Ascending="False"/>
JavaScript errors detected

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

If this problem persists, please contact our support.