In MS Reports, I have a tablix(table) where I group on foo.
How do I get the count for each group?
This is how I would do it for the total count: =Count(Fields!foo.Value) , but it’s not enough.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I did not have to add anything to
=Count(Fields!foo.Value). When it’s inside a group it return the count of the group.