Hello,

I'm trying to do an average for the number of calls for each day. I have created the group which calculates the total number of tickets by day as shown below:

Do I need a variable, thought this would be easy enough for seems tricky...

Thanks

DateRecieved CountOfTickets

01/11/2012 24
02/11/2012 30
05/11/2012 25
06/11/2012 36
07/11/2012 41
08/11/2012 40
09/11/2012 25
12/11/2012 36
13/11/2012 29
14/11/2012 345
15/11/2012 195
16/11/2012 29
18/11/2012 1
19/11/2012 50
20/11/2012 38
21/11/2012 47
22/11/2012 31
23/11/2012 32
25/11/2012 1
Total 1,053
Average ???