Forum Discussion

MikeMcCartney's avatar
MikeMcCartney
Qrew Member
5 years ago

Formula Rich Text Field Color

I have a Formula Rich Text Field that's pretty simple:  [Season]&" "&[Guarantee Type]&": "&[Guarantee Description].
How do I make the "Season" field the color Red?

------------------------------
Mike McCartney
------------------------------
  • Try this

    "<font color=red>" & [Season] & "</font color>" 
    &" "&[Guarantee Type]&": "&[Guarantee Description]


    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • MikeMcCartney's avatar
      MikeMcCartney
      Qrew Member
      Thanks Mark.  Copied what you gave me and got this: <font color=red>2020</font color> Full Guarantee

      Is the formula missing something?  Also, I have a few child records it's accessing.  Can I get it to "return" for a new line for each child record?


      ------------------------------
      Mike McCartney
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        Is the field type formula text or formula rich text. It needs to be the latter.

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------