Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I want to build a table that shows me the following:
Team total case volume
Average case volume per team member
+/- 1 and 2 std deviations of the case volume
Team | Total Case Volume | No. Team Members | Avg Case Volume/Member | 1 Std Deviation | 2 Std Deviations |
---|---|---|---|---|---|
The objective is to identify team member performance in relation to the whole.
Any assistance on getting this going would be appreciated!
Hi John,
This are some clues:
Regards,
H
Would you be able to share some sample data and the output you expect to see from the sample data?
Here are the results after applying Hector's clues. The Stdev function not working yet: Stdev([Closed Cases])
May be like this
Stdev(Aggr(Count(Volume), Employee, Team))
Excellent! thanks to the both of you for the help!