Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7365 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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? confused.gif

Posted

So, I guess there is no way to do this...? Sad, huh? frown.gif

I think this whole "you have to sort the data to see groupings in reports" is the single biggest weakness in FileMaker.

Posted

Try adding a calculation of GetSummary( sumhours; operator ), where sumhours is a summary field based on hours, and sort by this field, descending.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.