osiris612mb Posted April 15, 2006 Posted April 15, 2006 This should be simple but I am not sure which direction to take. [color:green]Alittle background - Working attorneys work on matters that are orginated from another attorney and matters that they are the originator; working attorney = WA, orginating attorney = OA I need to omit a few sets of criteria from a find set. I first search for the working attorney(WA) and for the pay period[color:green](this is user specified) I then omit records that have already been paid Then omit records that have not been entered for posting([color:green]this is all done by the script) - This all works fine. What I need is to then [color:red]omit records where the working attorney"WA" is also the originating attorney"OA" [color:green]- Meaning if they enter in their initials to find all matter they have worked on, I want to find all the matters they have worked on other then the ones where they are the "OA" This is where I am having trouble since I don't know how to omit a WA=OA within the specify find requests dialog box. Would I just type in "=TimeEntry::WA" Thanks in advance!
-Queue- Posted April 17, 2006 Posted April 17, 2006 If I understand your setup correctly, you could either loop through the found set and omit records where WA = OA or you could create a calculation field equal to WA = OA and add omit criteria where its value is 1.
osiris612mb Posted April 18, 2006 Author Posted April 18, 2006 Ok I will give that a shot... But there is no way to do the initial find, copy the WA, enter find mode, paste into OA, and then perform the find, while omitting records?? Someone told me that FMP5 had this capability.
-Queue- Posted April 18, 2006 Posted April 18, 2006 Okay, assuming the criteria is entered into globals, then you could add a new find request and set OA with the global field, then Omit Record (or Constrain Found Set, if you are not performing all requests simultaneously). If it is not entered into globals, then you can set a global with the value of WA, add your other requests, and then add the OA request and Omit Record (or Constrain Found Set).
Recommended Posts
This topic is 6796 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