Question
March 5, 2008 at 11:16 AM
dmullen

Summing an average(SQL 2005 Reporting Services)

by dmullen . Updated 18 years, 5 months ago

I have a matrix that groups and averages some values that can be represented thus:
FTE
1.2
0.8
2.0
I would like to total the column in this manner:
FTE
1.2
0.8
2.0
4.0 – Total
When I use the built in Total I get an average instead
FTE
1.2
0.8
2.0
1.33 – Total

Any ideas?

This discussion is locked

All Comments