Newbies cjay Posted November 26, 2007 Newbies Posted November 26, 2007 This has to be easier than I'm making it, but I need to do an OR statement in specify find request. I can figure out how to do an AND, but not an OR. I need it to find every record, print or Album that scores above 80. I can get it to find every print about 80, but I can't add that other category. Can you help?
Lee Smith Posted November 26, 2007 Posted November 26, 2007 If I'm understanding you correctly, There are two types of Finds using a Script. And and Or To perform a AND find, you have all of your find criteria on the same Record Request. To perform an OR Find, you need a New Record Request for the Or Criteria. Example: Go to Layout [ original layout ] Enter Find Mode [ ] Set Field [ cjay::Field1; "Yes" ] New Record/Request Set Field [ cjay::Field2; "No" ] Perform Find [ ] HTH Lee
Recommended Posts
This topic is 6207 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