Tag: SetSortMultivaluesByCount

The SetSortMultivaluesByCount function sets the option that will impose sorting according to the number of values (instead of alphabetical sorting) when the column is sorted.

<SetSortMultivaluesByCount/>
XML

Tag Attributes

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

SetSortMultivaluesByCount does not trigger the sorting of the grid. A Sort action is necessary.

Example Script

<ytriaAutomation Application="sapio365">
	<ShowMyDataMail>
		<SetSortMultivaluesByCount/>
		<SetDisplayMultivalueNumber value="false"/>
		<Sort columnID="toRecipientsNames"/>
	</ShowMyDataMail>
</ytriaAutomation>
XML