brycare Posted February 25, 2005 Posted February 25, 2005 Hi. I've a question regarding doing a search on a GetSummary calculation field. I have fields as follows... EmpId(Number) Status(Text) Date(Date) Count Of Student ID(Summary) No.Occurrences(Calculation = GetSummary(Count Of Student ID, Student ID) I need to be able to do a search for eg. Status = "Present" in Date Range 1/1/2004...31/12/2004 with no. occurrences per employee = 4 I'm having major difficulty doing the find for the no.employees. Is it possible to do this using a calculation field which uses getSummary? If I do the search first of all for the required Status and Date and then subsequently I sort by Student ID, then the No. occurrences shows up correctly but I can't seem to search directly for the no. occurrences. Anyone got an idea of how I might do this?
aaa Posted February 25, 2005 Posted February 25, 2005 I dont tried it, but If this didnt work try to do like this: After finding and sorting: Loop If(occurrenc<>4) Omit record Elseif Goto record next exit after last Endloop If count of your records not is so match this will hel[ you.
Recommended Posts
This topic is 7269 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