timmy Posted January 19, 2001 Posted January 19, 2001 Is there anyway to do a find with a NOT condition? For example: I want to search a record of people for all of those that have the last name "smith". However, I dont want anyone with the first name "john." How can I do a NOT or OMIT search with CDML? Thanks, Timmy
Newbies Pengo Posted January 21, 2001 Newbies Posted January 21, 2001 "NOT" in CDML is an OP tag "neq" = not equals Instead of "eq" = equals eq equals cn contains bw begins with ew ends with gt greater than gte greater than or equals lt less than lte less than or equals neq not equals Hope this helps you...
Recommended Posts
This topic is 8775 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