Color Code Date Field based on Formula
Hi there,
New to Quickbase, but have a big MS Excel background. What I used to find easy in Excel, I can't seem to get my head around in QB. If anyone can help enlighten my rookie brain, it would be greatly appreciated.
I'm trying to colour-code a date type field based on multiple conditions:
Say for example I have field called 'Survey Required By', which is the date for when we want a survey to be completed, and then another field called 'Survey Completed', and in this field we enter the date when the survey is completed.
I want to highlight the field text or background in red if the 'Survey Required By' date is today or older, and the 'Survey Completed' field is blank.
I've googled and tired many different formulas, but the best I've managed is to color code a whole row on a report, which I don't want to do. I just want the 1 field color changed.
The formula I have so far is:
if(
isnull([Survey Completed]) and [survey required by]=today(),
"red",""
)
What is the name of your Rich Text field? Try adding it to the report. :)