I've got a dataset that lists records of resolved tickets by date and agent name (as well as a few other criteria).
I created a pivot table that has the agent names in the row field and the resolution dates in the column field so I have a daily count of number of resolved calls by agent as well as a month total per agent at the end of each row.
The resultant table is shows a blank cell on the days that the agent didn't work so I had hoped to figure out a way to get the pivot table to tell me how many days the agent worked that month as well. However even using calculated fields I cannot figure it out. Any help would be gratefully received.
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[TD="align: center"]G
[/TD]
[TD="align: center"]H
[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]3-Jul
[/TD]
[TD]4-Jul
[/TD]
[TD]5-Jul
[/TD]
[TD]6-Jul
[/TD]
[TD]7-Jul
[/TD]
[TD]8-Jul
[/TD]
[TD="align: center"]Grand Totals
[/TD]
[/TR]
[TR]
[TD]aaron
[/TD]
[TD]4
[/TD]
[TD]6
[/TD]
[TD]6
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD]5
[/TD]
[TD="align: center"]24
[/TD]
[/TR]
[TR]
[TD]mark
[/TD]
[TD]5
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD]5
[/TD]
[TD]6
[/TD]
[TD]6
[/TD]
[TD="align: center"]26
[/TD]
[/TR]
[TR]
[TD]pablo
[/TD]
[TD]8
[/TD]
[TD][/TD]
[TD]7
[/TD]
[TD][/TD]
[TD]4
[/TD]
[TD]5
[/TD]
[TD="align: center"]24
[/TD]
[/TR]
[TR]
[TD]Grand Totals
[/TD]
[TD]17
[/TD]
[TD]10
[/TD]
[TD]13
[/TD]
[TD]8
[/TD]
[TD]10
[/TD]
[TD]16
[/TD]
[TD="align: center"]74
[/TD]
[/TR]
</tbody>[/TABLE]
I created a pivot table that has the agent names in the row field and the resolution dates in the column field so I have a daily count of number of resolved calls by agent as well as a month total per agent at the end of each row.
The resultant table is shows a blank cell on the days that the agent didn't work so I had hoped to figure out a way to get the pivot table to tell me how many days the agent worked that month as well. However even using calculated fields I cannot figure it out. Any help would be gratefully received.
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[TD="align: center"]G
[/TD]
[TD="align: center"]H
[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]3-Jul
[/TD]
[TD]4-Jul
[/TD]
[TD]5-Jul
[/TD]
[TD]6-Jul
[/TD]
[TD]7-Jul
[/TD]
[TD]8-Jul
[/TD]
[TD="align: center"]Grand Totals
[/TD]
[/TR]
[TR]
[TD]aaron
[/TD]
[TD]4
[/TD]
[TD]6
[/TD]
[TD]6
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD]5
[/TD]
[TD="align: center"]24
[/TD]
[/TR]
[TR]
[TD]mark
[/TD]
[TD]5
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD]5
[/TD]
[TD]6
[/TD]
[TD]6
[/TD]
[TD="align: center"]26
[/TD]
[/TR]
[TR]
[TD]pablo
[/TD]
[TD]8
[/TD]
[TD][/TD]
[TD]7
[/TD]
[TD][/TD]
[TD]4
[/TD]
[TD]5
[/TD]
[TD="align: center"]24
[/TD]
[/TR]
[TR]
[TD]Grand Totals
[/TD]
[TD]17
[/TD]
[TD]10
[/TD]
[TD]13
[/TD]
[TD]8
[/TD]
[TD]10
[/TD]
[TD]16
[/TD]
[TD="align: center"]74
[/TD]
[/TR]
</tbody>[/TABLE]