Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoYou were close. The & symbol is use for concatenation, not for boolean AND.
If([Modifications Finalized Checkbox = false and [Session Date] < Today(), true, false)
This can also be written like this
not [Modifications Finalized Checkbox and [Session Date] < Today()
.... Because since the result is a boolean checkbox you can just make a statement and then Quickbase will evaluate if it is true or not.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
If([Modifications Finalized Checkbox = false and [Session Date] < Today(), true, false)
This can also be written like this
not [Modifications Finalized Checkbox and [Session Date] < Today()
.... Because since the result is a boolean checkbox you can just make a statement and then Quickbase will evaluate if it is true or not.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- DawnRene34 years agoQrew TraineeThank you SO much Mark! I was so close, lol.
------------------------------
Dawn Rene
------------------------------