ClearFilters: Clear Filters from a Column or Clear all
Tag: ClearFilters
Use this self-closing tag to clear filters from a desired column.
Detailed Description
The Server attribute is only used for consoleEZ (Mandatory for Target="LogAnalyzer" or Target="VolumeAnalyzer").
The Index attribute sets the desired positive integer window index. This attribute is only used for consoleEZ (Mandatory for Target="LogAnalyzer" or Target="VolumeAnalyzer").
This action will emulate a selection of the Clear Filter from 'Column Name' header drop-down menu option in the EZ Suite tools (1), in the right-click menu options of the column title (2), in the Grid Options of the right-click menu (3) and in the Sort/Filter tab of the ribbon in sapio365 (4).
Tag Attributes
Attributes | Attribute Values | Value Description |
---|---|---|
Target | The corresponding Grid Code | Sets the target grid panel - Not required. If no target is set, the target will default to the main grid (for products containing a main grid). |
ColumnID | The corresponding Column ID as shown in the Grid Manager | Sets the column to be sorted - Optional - clears all filters if omitted |
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 Script
<ClearFilters ColumnID="xyz"/>