Hi All,
I have the following matrix report.
I need a bit of help to do two things.
One is the first row needs to be the average of the matrix columns (1,2,3,4).
Two is for a header row that will span the matrix columns.
So the final output would be;
The number of columns can vary from 1 to 4.
Any help would be very much appreciated.
For the header, you can put a fixed-width table above the report.
Another is here..
http://blogs.msdn.com/bwelcker/archive/2005/05/11/416720.aspx
For the average, did you try looking at the AVG() function?
cheers,
Andrew|||Andrew,
The header worked great. I have looked at the AVG() function, but how can I make it the first row in the column?
When I try I get "A group expression for the matrix includes an aggregate function. Aggregate functions can not be used in group expressions."
No comments:
Post a Comment