Groups | Blog | Home
all groups > sql server reporting services > january 2005 >

sql server reporting services : Matrix row total



John Geddes
1/4/2005 8:56:25 PM
I have a count(field!orderstamp.Value) in a field and I would like to
show the percentage that number is of the whole row?

I can add a column next to it, but how do I show a percentage of a row
in a matrix?

Thanks.
Robert Bruckner [MSFT]
1/15/2005 6:25:38 PM
Assuming you have a matrix row grouping called "MatrixRowGroup", you can try
this:
=Count(Fields!orderstamp.Value) / Count(Fields!orderstamp.Value,
"MatrixRowGroup")

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button