I have a matrix report with the following rows and columns names: Row group: agecategory column group: columngroup1 data calculated: count(clientID)
Here is an example of a matrix graphic with data:
I have created the following expression in order to calculate the percentage of each line:
=count(Fields!iMemberID.Value, "columngroup1")/Count(Fields!iMemberID.Value, "agecategory")
but it gives me expression value error. How can I add a percentage column to the matrix? PLease, I really appreciate it.
Thank you, Assaf