Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The low tech solution is to enable the checkbox for Row colorization.
IF([Field 1] <> [Field 2], "yellow")
Laura has a great app here for choosing colors by the color code.
https://laurahillier.quickbase.com/db/bhy8pumuk?a=q&qid=1
for example
IF([Field 1] <> [Field 2], "#7FFFD4") // aqua
IF([Field 1] <> [Field 2], "yellow")
Laura has a great app here for choosing colors by the color code.
https://laurahillier.quickbase.com/db/bhy8pumuk?a=q&qid=1
for example
IF([Field 1] <> [Field 2], "#7FFFD4") // aqua