Hi there, New to Quickbase, but have a big MS Excel background. What I used to find easy in Excel, I can't seem to get my head around in QB. If anyone can help enlighten my rookie brain, it would be...
In order to check whether a text field is blank you need to check it against empty quotes. It is obscure, but it is documented that The is no function. Does not work on text fields.
In order to check whether a text field is blank you need to check it against empty quotes. It is obscure, but it is documented that The is no function does not work on text fields.
So if [survey completed] as a text, feel like yes no,
then use
if([Survey completed] = ""
another tip is that if you were checking a freeform data entry text field to be blank. I do this.
if (Trim([my field]) = "", ......
Just in case the user has entered some empty spaces in the field
However, running their formula checker on that record, to me, reads as if it should be working? Seems to give me a true result to both checks, and result from the expression is with the html div tag with colour. So I don't know why its not applying?
Any further suggestions before I give up?
Do I need to apply it to a specific field id or something? Although to me, specifying the totext() with field name is supposed to work, right?