Forum Discussion
MarkShnier__You
4 years agoQrew Legend
Try this
If([Checkbox Field] = true,1,0)
(as an aside, the opposite if true in this syntax would be false)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
If([Checkbox Field] = true,1,0)
(as an aside, the opposite if true in this syntax would be false)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JackWoods4 years agoQrew TraineeI knew it was something silly. I was trying yes/no - checked/unchecked. everything else but True/False. thank you.
------------------------------
Jack Woods
------------------------------- MarkShnier__You4 years agoQrew LegendYou could have also just done this
If([Checkbox Field] ,1,0)
That is because [Checkbox field] is a boolean which means it's either true or false. So QB would evaluate the expression [Checkbox field] and it will either true or false on its own. But I recognize that the formula reads a bit easier for humans the original way I posed.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- JackWoods4 years agoQrew TraineeAwesome - thank you for the breakdown
------------------------------
Jack Woods
------------------------------
Related Content
- 3 months ago
- 5 days ago
- 3 months ago