A field in my database can be True, False or blank. I am trying to select the records with the False or blank field. I have tried a formula for Not True, but I only get the False records. Any suggestions?
{Fieldname}="false" or IsNull({Fieldname})
the Test for Isnull should always come first. Crystal evaluates left to right so it will choke on the formula when has a null value. If this formula is to work then it would have to be:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.