Tag: SetGroupingOptionCounter
The SetGroupingOptionCounter function automates the action of setting the grouping option to "Counter" in the grid.
<SetGroupingOptionCounter/>
XML
Tag Attributes
Attributes | Attribute Values | Value Description | Comment |
---|
Target | N/A | Grid code name | N/A |
Value | Tre/False (Defaults to True) | N/A | N/A |
Sets this option:

Example Script
<ytriaAutomation Application="sapio365">
<SetGroupingOptionEmpty value="false"/>
<SetGroupingOptionSingleEntry/>
<SetGroupingOptionCounter value="false"/>
<SuspendRedraw/>
<GroupBy columnID="userType"/>
<GroupBy columnID="jobTitle"/>
<SuspendRedraw value="false"/>
</ytriaAutomation>
XML