Hadush,
That works in your example because your columns are static. I'm building the columns dynamically based on the result set. So in my example, the data would come back from the server like this...
RG1, RSBA, Col2
RG1, RSBA, Col3
RG2, RSBC, Col2
etc.
I don't have a single Group that is on top. I have two Row Groups and one Column Group. If I sum over the row group, I get the percentages across all columns, and if I sum over the column group, I get all of the row rather than just that short little group that I want. If there were a way to sum over both....
Main Topics
Browse All Topics





by: HadushPosted on 2009-04-08 at 14:00:56ID: 24101709
If you select the whole matrix and Properties -->Groups you see the top group name (by default it gives matrix1_Groups) and use that for your expression as shown in the details field e)/Sum(Fie lds!Col1.V alue,"matr ix1_Groups ") and change the format to P (for perncetage and if you need decimals like 10.00% then P2)
=Sum(Fields!Col1.Valu
Remove the .xls extension and you can view the sample rdl file
Let me know if this helps
Sampel rdl file