Viewing 5 posts - 1 through 6 (of 6 total)
Chinna,
That worked a treat!
Thank you.
December 6, 2012 at 9:34 am
="void(window.open('http://localhost/ReportServer/Pages/ReportViewer.aspx?%2fLAQuotesSQLReports%2fRFT+Report&rs:Command=Render&LocalAuthority="+escape('" & Fields!OrgName_tcc.Value & "')+"&rc:Parameters=false'))"
December 5, 2012 at 3:12 am
Thanks for that.
I get 'unrecognized identifier'. Name Escape is not declared.
Do I have to declare this somewhere within my SSRS Code?
Cheers
December 5, 2012 at 3:01 am
Hi Chinna,
How would the ESCAPE function look in the url as this would be handy to know also.
Thanks.
December 5, 2012 at 2:18 am
SOLUTION:
="void(window.open('http://localhost/ReportServer/Pages/ReportViewer.aspx?%2fLAQuotesSQLReports%2fRFT+Report&rs:Command=Render&LocalAuthority="+REPLACE(Fields!OrgName_tcc.Value,"&","%2526")+"&rc:Parameters=false'))"
:satisfied:
December 3, 2012 at 3:22 am
Viewing 5 posts - 1 through 6 (of 6 total)