Forum Discussion
MarkShnier__You
Qrew Legend
2 years agoTry this
IF([My numeric field ]> 1000000,true)
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
I am trying to create a formula for a Checkbox field type.
\n\nI need the Checkbox to the checked if the value in a numeric field is greater then or equal too a 1,000,000.
\n\nI keep hitting a wall.
I am trying to create a formula for a Checkbox field type.
\n\nI need the Checkbox to the checked if the value in a numeric field is greater then or equal too a 1,000,000.
\n\nI keep hitting a wall.
Try this
\n\nIF([My numeric field ]> 1000000,true)
Try this
\n\nIF([My numeric field ]> 1000000,true)