Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoTry 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
------------------------------
GeorgeK
4 years agoQrew Member

Ah .. 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!
|
- MichaelTamoush4 years agoQrew CaptainAwesome Mark!
I'm adding this simpler solution to my notes.
Thanks!
------------------------------
Michael Tamoush
------------------------------