all groups > sql server reporting services > june 2006 >
You're in the

sql server reporting services

group:

More Mulitvalue parameter issues...


More Mulitvalue parameter issues... NH
6/23/2006 7:55:02 AM
sql server reporting services:
I have a URL action on a report item that opens a new window to a different
report (using a piece of javascript). I need to pass the selected multivalue
parameter from the first report to this other report. But I cant figure out
how to pass the multivalue paramaters in the url, I have tried just
Parameters!Region.Value and also split(Parameters!Region.Value,", ") and
join(Parameters!Region.Value,", ") but none of them work.

the url actions is....

="javascript:void(window.open('http://server/Reportserver2005?/Report1&region="
& Parameters!Region.Value &
rs:Command=Render&rs:ClearSession=true&rc:Parameters=false','_blank','location=no,resizable,toolbar=yes,left=200,top=60,height=590,width=760'))"

Re: More Mulitvalue parameter issues... Tim Dot NoSpam
6/23/2006 12:33:56 PM
I haven't done this and don't have a sample, but just for S&G (S and
giggles), try using the encoded equivalent of the "," to join the values...

Call it a SWAG.
[quoted text, click to view]

AddThis Social Bookmark Button