Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoThis would be a new text Rich Text formula field.
var text CombinedText = ToText([My Text Concatenation Field for Child Records]);
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)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text CombinedText = ToText([My Text Concatenation Field for Child Records]);
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)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
EricEvans_Varga
3 years agoQrew Cadet
I couldn't ♥ this formula hard enough!
Saved me HOURS of research and attempts!
------------------------------
Eric Evans Vargas
------------------------------
Saved me HOURS of research and attempts!
------------------------------
Eric Evans Vargas
------------------------------