I am saying that if the field you search for doesn’t have any value (NULL) you won’t find it. You then need to set it to, in the case it is an integer, -1 or 0 or whatever or find another way to search for it…
I am saying that if the field you search for doesn’t have any value (NULL) you won’t find it. You then need to set it to, in the case it is an integer, -1 or 0 or whatever or find another way to search for it…
I tried that originally, which is why I posted to the forum. Does not work in this case.
I’m looking for records where user_name_lc matches globals.gname.toLowerCase() AND that same record’s seven_id field happens to be empty.
I suspect the reason your two step code is not working is because Servoy is looking for either to match, not match within.
According to page 38 of the documentation you can do a subsequent search within the found set. However the required syntax isn’t clear.
Appreciate your help. Perhaps someone at Servoy has some answers to this one.