yanivyanivQrew Member9 years agonullhello my question is if i have numeric field named "num" and checkbox (formula) in need formula thet if field "num" empty checkbox uncheck, and if it have value checkbox need to be checkShow More
QuickBaseCoachDQrew Captain9 years agoNo problem. First set the field properties for the numeric field [num] to uncheck "treat blank as zero".then use the formulaIF(IsNull([num]), false,true)
Related ContentUsing AND with Null valuesFormula Date Time Will not Accept Null ConditionFormula-Numeric Field Returning Null Instead of 0Formula Query for null datesRunning formula isNull vs Is not null