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

 

Tag: Sort

The Sort action emulates the Sort function of the flexYgrid.

Example Syntax: <Sort ColumnID="8" Ascending="False"/>

Tag Attributes

AttributesAttribute ValueValue DescriptionComment
TargetThe corresponding Grid CodeSets the target grid panelNot mandatory. If no target is set, the default main grid target will be used.
ColumnIDThe corresponding Column ID as shown in the Grid ManagerSets the column to be sortedMandatory
AscendingTrue/FalseMandatory
ServerAbbreviated server names (separated by comma)Only applicable in consoleEZ - see below
IndexPositive integerWindow index numberOnly applicable in consoleEZ - see below

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.


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