Forum Discussion
- ChuckGrigsbyQrew CadetDo you want this on a report or a form?
- STEPHANIEMILBU2Qrew CadetReport.
- ChuckGrigsbyQrew CadetGo to the report settings. Should be at the bottom
https://login.quickbase.com/user-assi... - STEPHANIEMILBU2Qrew CadetYeah I get where to do it. I need to know how to build the formula.
- ChuckGrigsbyQrew Cadetif ([Status] = "In Progress" and [Due Date] < Today(), "red", "")
The way it works is like this
IF("CONDITION" , "Result if True", "Result if False")
can also use hex colors, black is #00000 for example. - STEPHANIEMILBU2Qrew CadetChuck, thanks what if its if status does not equal and due date
- STEPHANIEMILBU2Qrew CadetI ask because I have five statuses and we don't want to highlight the completed records