catacrack Posted February 21, 2006 Posted February 21, 2006 Hi all, I've got a problem with a search query.I am trying to look in a table all the records that: - have as record owner the current user - they have a blank value in field Payment I think the problem comes in the second set field instruction, my code looks like this enter find mode[] set field[database admin;get(accountname)] set field[payment;""] perform find I'm getting all the records related to my user but not only the empty ones. Any thinkings? thanks for your help!
MetaSys Software Posted February 21, 2006 Posted February 21, 2006 Update search criteria of payment field to set field[payment;"="]
catacrack Posted February 21, 2006 Author Posted February 21, 2006 Many Thanks for the quick reply!! And if I want to do it in the other way? say get all the non-empty fields for that user, how could I do that?
Recommended Posts
This topic is 7243 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