0
Styling a portion of a formula
I have tried this without success so far. Is there a way to Style 'Files' only bit in this formula. Files is a formula given the number of attachments for this record.
The Files formula is: cnt(files(this))
Formula I am trying to Styl only Files (field)
styled(" Attached Files: " + Files, " ", " ", " ") + " " + BUILDING.'BUILDING NAME' + " " + 'ROOM NUMBER/LOCATION' + " " + BUILDING.'BUILDING LOCATION'
10 replies
-
I am aware that the "" contain nothing here - I want to colour RED but have been unable to so far.
-
I’m guessing using HTML you can. But one of our HTML wizards would have to respond.
-
maybe change this in your last line code:
html("<div> <span style='color:red;'>[" + text(PROTOCOL) + "]</span></div>")
Content aside
- 1 yr agoLast active
- 10Replies
- 209Views
-
3
Following