Tag: SetGroupingOptionEmpty

The SetGroupingOptionEmpty function automates the action of setting the Grouping option to "Empty" in the grid.

Sets this option

Tag Attributes

AttributesAttribute ValuesValue Description
TargetN/AGrid code name
ValueTrue / False (Defaults to True)N/A


Example Scripts

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