I have a report that displays names of all accounts and activities performed under each of them.
AccountName: ABC Corp Activity: Installation
I want to group the AccountName and get the total number of Activities performed for each account.
ABC Corp: 1
How can I accomplish this in SSRS 2008? I am able to group the AccountName but I need a way to convert the Activity column to int so I can get the total.
Help appreciated!