I am designing a report and have a text box containing a hyperlink that should navigate to another report when clicked.
In the "advanced textbox properties", on the naviagtion tab, I have clicked "Jump to report" and selected the report I want to jump to from the drop-down. (The target report is in the same folder)
When I preview this from the IDE, all is OK but when deploying to the Report server, clicking the link just brings up a blank page which fails to show the 3 parameters for the target report. Changing the target report's defaults has no impact also setting the Parameters from the Navigation tab in the textbox's advanced props doesn't help.
The rpt it's trying to open is TestStrategist ProjectMetrics Deltas (This report name also appears at the top of the blank report)
Here's the target URL:

Failing to "Jump to report" from hyperlink
xavier gonzalez
The issue appears to be the inclusion of:
%253aParameters%3dCollapsed%26rc
...in the query string. (When removed, rpt displays parameters OK)
Is there a (server-wide ) setting that can be changed to remove this
Cheers, Col
Balamurali Krishnan
cats_five
toddo
Many thanks for this intelligence. I managed to get it going with the URL action as suggested.
I'm often coming up against fiddly issues like this with RS 2000 ... RS help isn't all that comprehensive so can you advise where to go with such queries in the future (Or are the forums my best bet )
Many thanks,
Col