We're trying to make a go to URL action for a report in SSRS and then have it open up a separate report in the report server with the specified parameters. This may be real simple but the problems we're having is that:
We run into the "Your connection is not private" problem which makes sense because it is an internal website.
Or our syntax is horribly wrong.
So we've very minimal javascript exposure other than what IT has made for us in the past which we pick from when we need it.
Here's what we've tried (to just get to the url we will add the parameters later):
="javascript:void(window.open('https://internal/my.org/departments/supplychain/analyticsreports/Report Library/Single Item Reorder Point Review.rdl'))"
We've tried a variation of this that include our report server Globals!ReportServerUrl but we can't seem to figure out the correct way to utilize it.
Tried this thread Open SSRS URL in New Window, but to no avail.
In the end we would like the url not to be hard coded in as things are consistently changing.
If this has been answered before please point me there.
Thanks!