MichaelMichael4
9 years agoQrew Member
Formula Text field loses formatting of referenced field
I have a formula text field with HTML enabled that is just doing an If statement and then choosing between 2 existing text fields for its data. What's happening is when the formula text field is displayed, the formatting is lost. I believe what's happening is that it's treating the referenced field as pure text. I couldn't find a function that would preserve the formatting to HTML.
Suggestions?
Edit:
Example text field:
Hello
How are you today?
Results: Hello How are you today?
Formula Text Field:
if(Trim([Field1])="","<span style=\"color:red;\">"&[Field2]&"</span>",[Field1])
Suggestions?
Edit:
Example text field:
Hello
How are you today?
Results: Hello How are you today?
Formula Text Field:
if(Trim([Field1])="","<span style=\"color:red;\">"&[Field2]&"</span>",[Field1])