Open SubReport in New Tab

  • Hopefully my fellow members can help.
    I have created a summary report that I have created and a subreport with all the details. Curently, the parent and child report work just fine. The parameters are passed along and the child reports displays the filtered data.

    However, I'm trying to have the child report open in a new tab with the parameters passed on.

    In the child report, I have four parameters

    • DateStart - Uses the same date values from the parent report 
    • DateEnd - Uses the same date values from the parent report
    • ESCSTATUS - This is filled by the parent report which the report is grouped under (Status field)
    • TCHTYPE - SUB (this is hard coded)
    I have the following Java script in the textbox properties and that worked to get the report to open in a new tab. However, I have no idea on how to pass the parameters.

    ="void(window.open('http://myurl./report/Operations/SubReports/Open%20WO%20-%20SelfPerf%20TM%20Summary%20Details','_blank'))"

    Hopefully someone here can help. Thanks!

Viewing 0 posts

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