GeorgeKhairalla
4 years agoQrew Cadet
Convert a TextList field into richtext bulleted list
Hi, I'm not sure if there is an easy way to do this?
I have a multi-select field that has 3 possible values:
- Password Reset
- Data Backup
- Data Restore
I'm working on presenting this in a RichText Formula field, and to separate the values into a bulleted point list.
I have tried many variations of List/Split/ToText in this formula, but the best I could get is a basically a "string version" of the same list separated by ";"
My attempt in the below code is to list the items and use an HTML <br> + an ASCII of the Bullet to mimic a bulleted list.
var text ITADDITIONALPRIV =
"<tr><td>" &
List("<br />•",(ToText([IT Contact Extra Privileges])),"") &
"</td></tr>";
Is there a way to do this?
Thanks!
------------------------------
George Khairallah
------------------------------