Forum Discussion
JackWoods
5 years agoQrew Trainee
I knew it was something silly. I was trying yes/no - checked/unchecked. everything else but True/False. thank you.
------------------------------
Jack Woods
------------------------------
------------------------------
Jack Woods
------------------------------
MarkShnier__You
5 years agoQrew Legend
You 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
------------------------------
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
------------------------------
- JackWoods5 years agoQrew TraineeAwesome - thank you for the breakdown
------------------------------
Jack Woods
------------------------------
Related Content
- 6 months ago
- 5 years ago