Hello, I have a SSRS 2010 report that I’m trying to add some drill down features in List report.
My dataset has the following fields:
NAME
MANAGER
SEC_TYPE
BUYS
SALES
NEW_MONEY
AUM
My Rows groups are:
NAME – Parent Group
SEC_TYPE – Child Group
My columns are in this order NAME , SEC_TYPE, MANAGER , BUYS , SALES , NEW_MONEY, and AUM. The NAME and SEC_TYPE groupings are visible and the individual fields are hidden.
I would like to add drill downs to report to do the following
- Show consolidated view of NAME, BUYS, SALES, NEW_MONEY, and AUM only. Essentially, I want to remove all the detail that SEC_TYPE and MANAGER brings into the report.
2. When a user clicks a textbox it will expand into the view that adds the SEC_TYPE detail to the report.
3. Then when a user clicks another textbox it will expand to add the Manager detail to the report as well.
So I’m basically trying to give the user a very consolidated view and then have the ability to see more data upon request. I think some of can visibility settings..
Any help would be greatly appreciated.
x