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)
 Jump to URL - not work with a big url string

Author  Topic 

Necronom
Starting Member

1 Post

Posted - 2009-09-01 : 23:17:14
Hi,
I have a report that i need to open in a new window, but the problem that I have, is that 2 of the parameters are multi-value type, so when the user select 5 or 10 items in the dropdown list the link works perfect, but when the user select All the categories(like ~100) the url is truncated and don't work.

this is the javascript that I'm using:

="javascript:void(window.open('"+Globals!ReportServerUrl+"?"+Globals!ReportFolder+"%2fAnyConnect+Reports&rs:Command=Render&type="+Parameters!type.Value+"&YYYY="+Parameters!YYYY.Value+"&productname=" & Join(Parameters!productname.Value, "&productname=")+"&SD=" & Join(Parameters!SD.Value, "&SD=")+"','Valid', 'width=950,height=600,left=50,top=20,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=yes'))"



there are any way to fix this?
I appreciate all the help or ideas on this.
   

- Advertisement -