I am struggling with what has to be a very simple basic thing. I have a very simple report that is pulling 2 different "skillsets" calls offered(sum) from a table and i am grouping by "timestamp" by week. When i run the report i am getting the following result:
12/30/2012 84.00
1/6/2013 113.00
1/13/2013 37.00
12/30/2012 5128.00
1/6/2013 5746.00
1/13/2013 2329.00
I was under the assumption that by grouping by "timestamp" the data would be all inclusive for both "skillsets" not for each one. I would have been expecting the following result:
12/30/2012 5212.00
1/6/2013 5859.00
1/13/2013 2366.00
maybe i have been looking at this report too long but i cant figure it out and it just seems so basic.
thanks for any help!
Paul
12/30/2012 84.00
1/6/2013 113.00
1/13/2013 37.00
12/30/2012 5128.00
1/6/2013 5746.00
1/13/2013 2329.00
I was under the assumption that by grouping by "timestamp" the data would be all inclusive for both "skillsets" not for each one. I would have been expecting the following result:
12/30/2012 5212.00
1/6/2013 5859.00
1/13/2013 2366.00
maybe i have been looking at this report too long but i cant figure it out and it just seems so basic.
thanks for any help!
Paul