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..
<SetDisplayMultivalueCount value="false"/>
Tag Attributes
Attributes | Attribute Values | Value Description |
---|---|---|
Target | N/A | Grid Code Name |
Value | True / False (Default to True) | N/A |
Example Script
<ytriaAutomation Application="sapio365">
<ShowMyDataMail>
<SetSortMultivaluesByCount/>
<SetDisplayMultivalueCount value="false"/>
<Sort columnID="toRecipientsNames"/>
</ShowMyDataMail>
</ytriaAutomation>