Friday, March 30, 2012

Jump to url giving problem when parameter values having & symbol

Hi
Jump to url giving problem when parameter values having "&" symbol.
Requested ULR is not showing. Pl let me know is there any escape method in
Reporting servicesTulasi,
There is a way, I can't find the report I had this issue in, at the
moment.
I think it had something to do with escaping the escape sequence! As
soon as I find the report I'll post the solution here.
Regards
Chris
Tulasi Ram wrote:
> Hi
> Jump to url giving problem when parameter values having "&" symbol.
> Requested ULR is not showing. Pl let me know is there any escape
> method in Reporting services|||Tulasi,
I've found it now. Below is the script used to start an application in
a new window, but don't let that put you off. The bits you are
interested in are '&' which is the HTML code for &. But also, you
may need to pass it as '%2526' which is the hex for %& . I can't
remember the exact reason why I had to do this but it's something to do
with the way the browser interpretes the string.
<Hyperlink>="javascript:if(window.open('http://10.1.1.48/sales_enu/start
.swe?SWECmd=GotoView&SWEView=All+Account+List+View&SWERF=1&S
WEBU=1&SWEApplet0=Account+List+Applet&SWERowId0=" +
Replace(Fields!CompanyId.Value, "+", "%252B") + "', 'miniwin',
'')){}"</Hyperlink>
Tulasi Ram wrote:
> Hi
> Jump to url giving problem when parameter values having "&" symbol.
> Requested ULR is not showing. Pl let me know is there any escape
> method in Reporting services

No comments:

Post a Comment