Skip to main content
Skip table of contents

SetDisplayMultivalueCount: Multi-value Option: Show Multi-value Count

Tag: SetDisplayMultivalueCount

The SetDisplayMultivalueCount function turns ON or OFF the display of the multivalue count in the grid cells..

XML
<SetDisplayMultivalueCount value="false"/>

Tag Attributes

AttributesAttribute ValuesValue Description
TargetN/AGrid Code Name
ValueTrue / False (Default to True)N/A

Example Script

XML
<ytriaAutomation Application="sapio365">
	<ShowMyDataMail>
		<SetSortMultivaluesByCount/>
		<SetDisplayMultivalueCount 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.