Forum Discussion
AmberPolston
5 years agoQrew Cadet
try this:
If([Due Date]>Today()+Days(1), "Reviewed", "Orange", [Due Date]>Today()+Days(2), "Yellow", [Due Date]<Now(), "#ffcccb")
------------------------------
Amber Polston
------------------------------
- JeffPeterson15 years agoQrew CaptainI'm getting an error: The operator '>' can't be applied on types datetime date
------------------------------
Jeff Peterson
------------------------------- MarkShnier__You5 years ago
Qrew Legend
can you say bin worrds what the fomrula is suposed to do. The begining part here does not make sense.
If([Due Date]>1+Today() "Reviewed", "Orange" ........
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- JeffPeterson15 years agoQrew CaptainYes, I just realized that the 'reviewed' doesn't belong here. This is meant to color rows on a report based on a field called [Due Date].
If([Due Date]>1+Today() "Orange", [Due Date]>2+Today(), "Yellow", [Due Date]<Now(), "#ffcccb")
------------------------------
Jeff Peterson
------------------------------