Tag: SetGroupingOptionCounter
The SetGroupingOptionCounter function automates the action of setting the grouping option to "Counter" in the grid.
Sets this option
Tag Attributes
|
Attributes |
Attribute Values |
Value Description |
|---|---|---|
|
Target |
N/A |
Grid code name |
|
Value |
True / False (Defaults to True) |
N/A |
Example Scripts
XML
<SetGroupingOptionCounter/>
XML
<ytriaAutomation>
<SetGroupingOptionEmpty value="false"/>
<SetGroupingOptionSingleEntry/>
<SetGroupingOptionCounter value="false"/>
<SuspendRedraw/>
<GroupBy columnID="userType"/>
<GroupBy columnID="jobTitle"/>
<SuspendRedraw value="false"/>
</ytriaAutomation>