NicoleCordeiro1
2 years agoQrew Cadet
If/then with blank field and checkbox
Hello friends, question about a field that used to work for me but no longer does.
In one form, one field will either be blank or have a number in it, we'll call it "tag number". If "tag number" is blank, I set up a checkbox to check. If "tag number" is filled out, then the checkbox will not check.
the formula I used that used to work was
Checkbox-formula
if([tag number]=null, true, false
Am I doing something wrong? The box is not showing checked when I leave the Name field blank.
When I use
If(IsNull([tag number]), false, true)
It checks whether it is blank or not
Help
------------------------------
Nicole Cordeiro
------------------------------