christianv Posted April 19, 2002 Posted April 19, 2002 Hi everyone, I'm trying to do a 'find' action with an empty field... I tried '...&MyField=""', '...MyField=''', and nothing seems to works... Anyone to help me? Thanks!
evildan Posted April 20, 2002 Posted April 20, 2002 Let me get this straight, you are looking to do a search FOR an empty field? Meaning you want to find all the records that have nothing in the field named "MyField"?
Garry Claridge Posted April 20, 2002 Posted April 20, 2002 Sometimes, for this type of thing I have used a caluclated field which uses the 'isEmpty()' function. This calculated field returns the string 'empty'; or something similar. I then do the search on this string. Hope this helps. Garry
Recommended Posts
This topic is 8322 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now