Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Drillthrough report - how to pass not just paramet

Author  Topic 

doodles
Starting Member

8 Posts

Posted - 2011-04-05 : 09:01:26
Hi there

I am working on a drill-through report. One my source matrix report, I have a parameter called Region (for example). This displays as a column in my matrix as well. I also have another column on my matrix called Contact. This is not a paramater, but when a user clicks on the metric associated with Region and Contact, I want to send both the Region value AND the Contact value to my target report, as Region and Contact are BOTH parameters on my target report. How do i do that?

I have managed to send the Region parameter value to my target report without problems, but I do not know how to refer to the Contact value...

Any assistance greatly appreciated!

Thanks
Doodles
   

- Advertisement -