Open report in new window

  • I have a report that has a link to a URL that opens another report. Is there a way I can force the new report to open in another window instead of navigating away from the current report. Any help is greatly appreciated!

  • Assuming the link is in a textbox, set the "Jump to URL" in the Navigation properties tab to something like:

    java-script:void(window.open( 'your URL here', '_blank'))

    The URL should contain any parameter values you wish to send to the new report.

    (NOTE: remove the - in java-script. The forum editor here seems to remove the actual word itself probably to prevent any active script in the forum)

    Hope this helps,

    Scott Thornburg

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

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