A
adam.vogg
I have a report where I want to Group by the CallerName, but then sort
by the Number of Calls. Using the sorting/grouping, if I group by
CallerName then it wants to sort them. If I put the NumberOfCalls in
the sorting/grouping, it groups on the values of it, so if a couple
callers have the same number of calls, it only shows the first
instance.
Basically I want the output to look like this:
Mike 25
Bill 20
Chris 20
Steve 10
The only way I can get it is either alphabetical by caller, or if I
sort by the number of calls, it groups them and it wouldnt show "Chris
20" above since the 20s would group.
Any ideas?
adam
by the Number of Calls. Using the sorting/grouping, if I group by
CallerName then it wants to sort them. If I put the NumberOfCalls in
the sorting/grouping, it groups on the values of it, so if a couple
callers have the same number of calls, it only shows the first
instance.
Basically I want the output to look like this:
Mike 25
Bill 20
Chris 20
Steve 10
The only way I can get it is either alphabetical by caller, or if I
sort by the number of calls, it groups them and it wouldnt show "Chris
20" above since the 20s would group.
Any ideas?
adam