Can a report contain hyperlinks that point to a URL or an external software so that when those hyperlinks are clicked, the user will be taken directly to that software or URL which allows the user to view/edit the report directly?
P.S. I am using Jaspersoft Studio 6.3.0
Yes.
Text Field
on the report."http://company.com/reports?id=12345"
).For PDF and HTML versions (and possibly Excel?) the report will contain a clickable hyperlink.
From there, that fully qualified HTTP GET URL can point to a web application that provides a download link for that report (e.g., by reading the id=12345
value given by the hyperlink).