Forum Discussion
MarkShnier__You
Qrew Legend
6 years agono problem,
If you want to show 0 days, you can use this formula
Max(Days(0), [Bid Submission Date]-Today())
if you want to show blank, the n you can use
IF([Bid Submission Date]-Today() > Days(0), [Bid Submission Date]-Today())
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
If you want to show 0 days, you can use this formula
Max(Days(0), [Bid Submission Date]-Today())
if you want to show blank, the n you can use
IF([Bid Submission Date]-Today() > Days(0), [Bid Submission Date]-Today())
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- DanielFuhriman6 years agoQrew MemberIt worked! Thanks for giving me such a positive first experience on this site Mark!