Forum Discussion

MarkGlevicky's avatar
MarkGlevicky
Qrew Cadet
7 years ago

Simply change color of font and/or background in an existing table text or date field

Nothing fancy (yet!), but just wondering how to make a given existing text or date field a different font and/or background color.  Both currently are just text and date types.  Thx!  Mark
  • What about just changing the color of the font for a given field, either straight out or based on a cell value or date?
  • Again, you need to make a new Rich Text mirror field.

    for example 

    var text FontColor = 
    Case([Priority],
    "High","<font color=red>",
    "Medium","<font color=blue>",
    "Low","<font color=black>");

    $FontColor & [Priority]