Skip to main content
Skip table of contents

SetSortMultivaluesByCount: Multivalue Option: Sort by Count

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.

XML
<SetSortMultivaluesByCount/>

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

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



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.