DJWheezyWeez
Technical User
I have a report that is grouping a quantity by date and by machine, for example 100000 quantity produced on 8/28/14 on machine abc.
What I'm looking for is a way to only show the largest summed quantity for each machine using something like maximum(sum(qty, date), machine) but I get the error "This field cannot be summarized". Is there a way around this error?
Any help would be appreciated, thanks.
What I'm looking for is a way to only show the largest summed quantity for each machine using something like maximum(sum(qty, date), machine) but I get the error "This field cannot be summarized". Is there a way around this error?
Any help would be appreciated, thanks.