ampersand character in the called report parameter gives Error.

  • Hi i Have the Following Problem.

    Report A is Calling Report B through ReportURL. Report B has parameter parA and parB

    the problem is my parA data itself has a "&" ex "&PER&LIST3" in it as a result calling the report B fails since PER is taken as another paramters bec it takes anything after & as a paramter name

    Please Help at the earliest.

    Regards,
    Peldin Fernandes

  •  

    I haven't tested this but have you tried escaping the ampersand for the url?  So a space becomes %20 and "&" becomes %26 . 

    This is how standard web url's are encoded so this *should* work for you.

    Good luck with it all!

    Steve.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply