Forum Discussion
- MarkShnier__You
Qrew Legend
var date EndDate = Min(Today(), [Returned Date]);
If(
$EndDate-[Due Date]>Days(0),"<div style='color:red;'>" & ToDays($EndDate-[Due Date]) & "</div>",
$EndDate-[Due Date]<=Days(0), "0")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- RezaKhosrowabadQrew CadetHello Mark,
When i enter this formula, the Returned Date turns yellow and it says that the Returned date is not identifiend.
what does that mean?
thank you,
Reza
------------------------------
Reza Khosrowabadi
------------------------------- AdamKeever1Qrew CommanderTry using [Returned] instead of [Returned Date]. In initial remarks you stated the field was "Returned".
------------------------------
Adam Keever
------------------------------