Forum Discussion
ChristopherWhea
4 years agoQrew Cadet
Hello,
You could try something like this for your Decision Date field that is a Formula - Date type:
ToDate( List( " ; ",ToText([Approved Date),ToText([Approved With Conditions Date]),ToText([Denied Date]),ToText([Suspended Date])))
It will take the first "decision" field that is not null in the list.
------------------------------
Chris Wheatley
------------------------------
You could try something like this for your Decision Date field that is a Formula - Date type:
ToDate( List( " ; ",ToText([Approved Date),ToText([Approved With Conditions Date]),ToText([Denied Date]),ToText([Suspended Date])))
It will take the first "decision" field that is not null in the list.
------------------------------
Chris Wheatley
------------------------------
MarkShnier__You
Qrew Legend
4 years agoI suggest making a formula date field
Max(
[Approved Date], [Denied Date], [Suspended Date], [Approved With Conditions Date])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Max(
[Approved Date], [Denied Date], [Suspended Date], [Approved With Conditions Date])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- ChristopherWhea4 years agoQrew CadetMark's is much cleaner! Nice.
------------------------------
Chris Wheatley
------------------------------- Gelo4 years agoQrew TraineeThank you both! Both solutions work great
------------------------------
Gelo
------------------------------