Forum Discussion
GeorgeKhairalla
4 years agoQrew Cadet
Thanks for this Michael!
I wonder if there is a more straight forward way of doing it, hopefully someone will chime in.
Meanwhile, I'm going to give this method a try, I'm pretty sure it will work!
Thanks for sharing your cheat sheet! :)
------------------------------
George Khairallah
CTO
gotomyerp, LLC
------------------------------
I wonder if there is a more straight forward way of doing it, hopefully someone will chime in.
Meanwhile, I'm going to give this method a try, I'm pretty sure it will work!
Thanks for sharing your cheat sheet! :)
------------------------------
George Khairallah
CTO
gotomyerp, LLC
------------------------------
MichaelTamoush
4 years agoQrew Captain
By the way, this is the rich text for a bullet in its most basic form.
"<span style='font-size:12px;'><li>First Bullet Text</li><li>Second Bullet Text</li></span>"
------------------------------
Michael Tamoush
------------------------------
"<span style='font-size:12px;'><li>First Bullet Text</li><li>Second Bullet Text</li></span>"
------------------------------
Michael Tamoush
------------------------------
- GeorgeKhairalla4 years agoQrew CadetJust replying back to close the loop, to confirm that this solution works like a charm. A bit clunky, but it does the trick!
Thanks again Michael!
------------------------------
George Khairallah
CTO
gotomyerp, LLC
------------------------------- MarkShnier__You4 years ago
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
------------------------------- GeorgeK4 years agoQrew 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