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
 Development Tools
 Reporting Services Development
 Same selected parameter thoughout reports?

Author  Topic 

matta0990
Starting Member

44 Posts

Posted - 2011-09-14 : 03:44:10
Hi, is there any way for the user to select a parameter in 'report 1' and move to 'report 2'.... keeping the same parameter values without having to select them again.

E.g., i have a number of reports that bring back different data but all based on the week start parameter and week end parameter. It’s just annoying every time i change to a different report that is linked; I have to enter the parameter again.

Ideas?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-09-14 : 03:48:34
why not set parameters of linked reports to the same value as parameters selected from first report? you can do it by including parametername and values in url if you're using jump to url or by specifying parameter and values in navigation tab if you're using jump to report option.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -