Forum Discussion

BuildPro's avatar
BuildPro
Qrew Captain
6 years ago

COLORIZE FIELD

I need to colorize a new "Rich Text Formula Field" (formula is equal to another field) based on a status field.
new field: [NEED EWO#]
formula 1: [JOB NUMBER2]

Then, I need the field to be red if [EWO# STATUS]="GET EWO#"

------------------------------
Lynne8817 Lynne8817
------------------------------
  • Do you want the words red or the background red?

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • BuildPro's avatar
      BuildPro
      Qrew Captain
      The words

      ------------------------------
      Lynne8817 Lynne8817
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        new field: [NEED EWO#]
        formula 1: [JOB NUMBER2]

        Then, I need the field to be red

        IF([EWO# STATUS]="GET EWO#","<font color=red>" & [field to be colorized], [field to be colorized])

        .... but if the field to be colorized is numeric, then you will need to have

        IF([EWO# STATUS]="GET EWO#","<font color=red>" & ToText([field to be colorized]), ToText([field to be colorized]))




        i


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