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 2005 Forums
 Analysis Server and Reporting Services (2005)
 passing parameter from one report to another (SSAS

Author  Topic 

leoiser
Starting Member

20 Posts

Posted - 2010-01-08 : 04:44:08
Hi,
I created two reports using SSAS Databse as the report datasource.I need to call one report from another report while clicking one of the textbox(text Box properties--> action --> Hyperlink GO to Report)

1) How should I pass the parameter from one report to another (bcos I should pass like this [Month].[Month Name]&[09] ) ?
2) How Should I pass the parameter if I am using hyperlink "go to URL" to call the report?

Thanks,
Leoiser

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-01-08 : 10:50:50
1, you need to pass parameter value in reqd format ie. "[Month].[Month Name]&" & Fields!Yourfield.value
2,then you need to pass parameter values as query string ie. reporturl¶m1=value1¶m2=value2....
Go to Top of Page
   

- Advertisement -