DiegoMendoza1
9 years agoQrew Trainee
Colorized List Formula
I currently have a text formula that creates a list that looks like this:
List("\n",ToText( [Field 1])&" "&"Width",
ToText([Field 2])&" "&"Length",
ToText([Field 3])&" "&"Depth")
I want this list to be colorized so i created a formula like so:
"<span style=\"color:red;font-weight:bold;\">"& [Colored List]&"</span>"
But when It displays it doesn't display as a list, it simply displays everything in one line.
What am i doing wrong? Thank you.
List("\n",ToText( [Field 1])&" "&"Width",
ToText([Field 2])&" "&"Length",
ToText([Field 3])&" "&"Depth")
I want this list to be colorized so i created a formula like so:
"<span style=\"color:red;font-weight:bold;\">"& [Colored List]&"</span>"
But when It displays it doesn't display as a list, it simply displays everything in one line.
What am i doing wrong? Thank you.