You are not logged in.
Hi all,
Does ReportServer support hyperlinking to an external report from within a table? I'm able to hyperlink from a text field placed on the report, but have not been able to make it work from a text field within a table.
The Jasper documentation says that the Jasper Server takes care of this and it won't work in Jasper Studio. So the question is essentially whether ReportServer has the same capability?
Thanks in advance!
Sarosh
Offline
Hi,
for hyperlinking a dynamic list to a URL, pls check here: https://reportserver.net/en/guides/admi … amic-List/
7.2.6. Linking Dynamic Lists to URLs
You mention Jasper. Are you trying to link a jasper report? It should work with standard jasper ways, what does not work in your case ? Can you pls add some screenshots (http://imgbb.com)
Regards,
Eduardo
Offline
Eduardo,
Thanks for the prompt response (as always!)
I'm not sure if this is what you were asking for. I hope it is.
https://ibb.co/tMZJ47t
Image 1: This is a Jasper report running as a ReportServer Dashboard. I'd like to provide the user a drill-down on the Department to an external Jasper Report that shows a breakup of the stats
https://ibb.co/kJvnw6R
Image 2: The text field
https://ibb.co/kBkrnW5
Image 3: The hyperlink setting
https://ibb.co/TLwGcgd
Image 4: Parameters to be passed to the child report
Sarosh
Last edited by saroshmk (2022-03-24 11:22:27)
Offline
Hi Sarosh,
is this working on Jasper Studio?
If not, it will not work on ReportServer. ReportServer forwards the .jasper (.jrxml) file to the jasper engine, so if the jasper engine cannot execute the .jrxml file, it won't work on ReportServer.
Regards,
Eduardo
Offline
Thanks Eduardo! I'll go with a separate detailed report then.
Offline