Forum Discussion
1 Reply
Sort By
- MarkShnier__YouQrew Legend
Try 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.
I need the Checkbox to the checked if the value in a numeric field is greater then or equal too a 1,000,000.
I keep hitting a wall.
Try this
IF([My numeric field ]> 1000000,true)