Newbies ABarry Posted December 11, 2008 Newbies Posted December 11, 2008 Okay, I am sure this is a simple question, but I can't figure it out to save my life. I need to be able to omit records from a found set in a script. I have the find and everything else related to the exporting, saving, etc. but I don't know how to use the constrain found set in a script to omit. Can someone help me? Please??? Thanks in advance. :)
mr_vodka Posted December 11, 2008 Posted December 11, 2008 I am not entirely sure what your direct needs are so I will post two way to omit. Lets say you want to find all blue objects but omit the squares. Well you can do a find as such: Enter Find Mode [] Set Field [ color; "blue" ] New Request Set Field [ object; "square"] Omit Record Perform Find [] Or, if you do already have a found set of lets say blue objects, then you can constrain it. Enter Find Mode [] Set Field [ object; "square"] Omit Record Contrain Found Set [] Of course if you have explicit criteria, you can just have the criteria directly in the Perform Find [] and Constrain Found Set [] steps.
michaeldaly Posted February 17, 2010 Posted February 17, 2010 Thank you very much indeed! You didn't post the solution for me but it answered my question perfectly. Very helpful.
Recommended Posts
This topic is 5393 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