Picklist Values: Replace Semicolon with Comma
Replace semicolon-delimited field output with commas in merge fields and related list columns.
Last updated
Was this helpful?
Was this helpful?
<column replaceall=";,#COMMA#">docsight1.General__c</column><lineitemsSOQL>
<soql>
SELECT docsight1.General__c
FROM Your_Object__c
WHERE Parent__c = '{{!Parent__c.Id}}'
</soql>
<column replaceall=";,#COMMA#">docsight1.General__c</column>
</lineitemsSOQL>Alpha;Beta;GammaAlpha,Beta,Gamma