Forum Discussion

EricRovner's avatar
EricRovner
Qrew Member
3 years ago

Using Rich Text Formula Field to Display Icon

Hello! I would like to have an icon show up in a table if more than a year has elapsed since a defined date. I believe the correct approach is to use a Rich Text Formula field but I'm struggling a bit to construct the correct formula.

The defined date is "Last Raise" and I'd like a warning icon to show when today's date is 365 days or more after that date.

Here's my draft Rich Text formula (that doesn't work!) - I know it's because I'm mixing operators but I just can't figure out the solution. Thanks in advance for the assist!

If(Today()-[Last Raise]>365,"<img src=https://images.quickbase.com/si/16/241-triang_yellow.png>")

------------------------------
Eric Rovner
------------------------------

2 Replies

  • Try this
    If(Today()-[Last Raise] > Days(365),  "<img src=https://images.quickbase.com/si/16/241-triang_yellow.png>")

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • EricRovner's avatar
      EricRovner
      Qrew Member
      Worked like a charm - Thank You Mark! So appreciative of the timely and helpful answers.

      ------------------------------
      Eric Rovner
      ------------------------------