I have created a report in SSRS that contains 2 matrices (not tables/lists), each with a subtotal. what i am trying to work out is if there is any way to calculate a 'grand total' at the bottom of my report that is the sum of the subtotals from my 2 matrices.
Matrix 1:
10
10
10
5
10
5
5
Total 55
Matrix 2:
20
10
10
5
20
5
5
Total 75
Grand Total: 130
Each matrix is driven from a seperate datasource btw.
Essentially what i am trying to end up with is
=sum(fields!gross.Value,"matrix1")+sum(fields!gross.Value,"matrix2")
as grand total, but this doesn't work.
As i said, i'm new to this so the above syntax may be incorrect, though i hope it gives you an idea of what i am trying to achieve.
Is this even possible?
Thanks
