VFXdbGuy Posted September 13, 2004 Posted September 13, 2004 I have a Work Order table that includes an operator field and I have a Work Order Items table that details work performed in a number of different areas (ie: prep, assembly, finishing, etc) I'd like to have a report that lists the operators and all their work orders that is sorted by the total hours performed by each operator with the operator with the most hours being first in the report then the one with the second-most, etc. basic Top N reporting that a program like Crystal reports can do no sweat. The basic report is simple, sorting by operator. But trying to find a way to maintain the grouping by operator but sort by work performed is a pain. Maybe it isn't possible?
VFXdbGuy Posted September 13, 2004 Author Posted September 13, 2004 I got closer... The report now sorts by total work order hours then by operator but this splits up operator records. Anybody??
VFXdbGuy Posted September 16, 2004 Author Posted September 16, 2004 So, I guess there is no way to do this...? Sad, huh? I think this whole "you have to sort the data to see groupings in reports" is the single biggest weakness in FileMaker.
-Queue- Posted September 16, 2004 Posted September 16, 2004 Try adding a calculation of GetSummary( sumhours; operator ), where sumhours is a summary field based on hours, and sort by this field, descending.
Recommended Posts
This topic is 7365 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