OK. This has been bugging me for the best part of a day now. I have a report in SSRS 2005 that is grouped. So, referrals for an individual with events within the referrals. So my top level is my individual. Each can have multiple referrals and each referral can have multiple events.
How the hell do I count the referrals? I know I can do it in the SQL, but I want to do it in the report.
I've tried all sorts of methods. The obvious (Count, CountDistinct etc) with and without a scope. Counting values in a column. I've even tried coding it. Nothing seems to work!
What have I missed? this should be incredibly straightforward.
How the hell do I count the referrals? I know I can do it in the SQL, but I want to do it in the report.
I've tried all sorts of methods. The obvious (Count, CountDistinct etc) with and without a scope. Counting values in a column. I've even tried coding it. Nothing seems to work!
What have I missed? this should be incredibly straightforward.