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