trevorg Posted May 23, 2003 Posted May 23, 2003 How would I put this find criteria together using a CDML link? In FMP Client I think of it as: (Name=Joe AND Status=1) (New Request) (Name=Bob AND Status=1) (New Request) (Name=Mary AND Status=1) <a href="FMPro?-db=DB.fp5&-lay=web&-format=results.htm& [color:"red"][WHAT GOES HERE?][/color]&-error=error.htm&-Find">Find Joe or Bob or Mary where status is one</a>
trevorg Posted May 24, 2003 Author Posted May 24, 2003 To verify that I understand the referred thread: It is impossible to combine the OR and AND criteria, and must be done with smoke and mirrors by first finding all the OR criteria, and then on the results page use an IF statement to only show the records that meet the AND criteria. I haven't tried this yet, but is this how it MUST be done? What is the performance impact of finding roughly 1,000 records (the OR criteria) and then relying on the IF to reduce this set down about 25 records? (to satisfy the AND criteria) Also, in the referral thread, Keith
Unable Posted May 24, 2003 Posted May 24, 2003 AFAIK, one must be very careful about mixing metaphors. That aside, based on what you have learned; what have you tried; what are the results?
Anatoli Posted May 24, 2003 Posted May 24, 2003 For mixing AND and OR web requests I've created calculated field in FM. It was sufficient for all my tasks so far.
Recommended Posts
This topic is 7923 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