Solved
Possible to reference results in SSRS 2005 matrix?
Posted on 2012-03-14
I have a matrix in my SSRS 2005 and it works as expected. Now, what I want to do is reference results from that matrix. Is this possible?
Basically results in the matrix look like:
INCIDENTS CAT1 CAT2 CAT3 CAT4 ......
----------------------------------------------------------------------
TRUE 13 238 1240 213 ......
FALSE 16 114 272 48
----------------------------------------------------------------------
Total 29 352 1512 261
I now need to do a table based on using the data from number of CAT1 True/CAT1 Total, CAT1 False/CAT1 Total, CAT1 True/CAT1 Total, CAT2 False/CAT2 Total.....
This would result with a percentage which I would need to put into a table.