For a paper-based Web report (for HTML or PDF output), you can add a graph hyperlink to a graph in either of the following ways:
To specify a graph hyperlink in a paper-based report using the Property Inspector:
In the Paper Layout view, display the Property Inspector for the graph.
Examples:
A hyperlink from any graph section to any object in your report:
#&<dept_id>
A hyperlink to another report:
http://my_machine:8888/reports/myWebApp/Dept_Detail.jsp? p_deptid=&<deptid>+...
A hyperlink to any valid hyperlink destination:
www.oracle.com
To specify a graph hyperlink in a paper-based report using the Graph Wizard:
On the Define Hyperlink panel, use the examples shown on the panel to enter a hyperlink value to link areas of the graph to specified destinations.
After you have defined the graph hyperlink, generate your report to HTML, HTMLCSS, or PDF to test the graph hyperlinks.
Adding a graph hyperlink to a JSP-based Web report
Copyright © 1984, 2005, Oracle. All rights reserved.