Forum Discussion
3 Replies
Sort By
- MarkShnier__You
Qrew Legend
Try this as a more simple solution. Just insert your multi select field into the first line
var text CombinedText = ToText([My Text Concatenation Field for Child names]);
var text ConvertToVerticalListWithBullets=
Trim(SearchAndReplace($CombinedText, " ; ","<br>•")); // separate entries with a new line and a bullet
If($ConvertToVerticalListWithBullets<>"", "•") // this is a bullet for the first entry
&
$ConvertToVerticalListWithBullets
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- GeorgeKQrew MemberAh .. thanks Mark!! That was the original idea I was trying to accomplish based on a similar thread where you presented this type of method.Thanks!
George Khairallah
CTO at gotomyerpP 877-888-5525 E george.k@gotomyerp.com W http://gotomyerp.com - MichaelTamoushQrew CaptainAwesome Mark!
I'm adding this simpler solution to my notes.
Thanks!
------------------------------
Michael Tamoush
------------------------------