Tab Hyperlink
In this dialog a hyperlink can be specified that will be executed if the user clicking on this field in the report. The following hyperlink types are possible:
File
You can specify a file which should be opened by clicking this object. Use the file browser or enter the URL of the file directly to set a file of your locally available file system, e.g.: file:\\C:\MyDocument.html
Web Page
You can specify a web location of a web page which should be opened by clicking this object, e.g.:http://www.inetsoftware.de
Mail Address
You can specify an email address. By clicking this object the systems default email application starts, e.g.:mailto:xxx@xxx.xxx
A formula can be specified to set the current content of a field as dynamically hyperlink location. Dependent on the type of the specified field value, the hyperlink points to a file, a web page or an email address.
The following sample is a hyperlink to another report and it pass some formula results as prompt values to the requested report:
"http://"&{?server_hostname}&":9000?report=file:c:/MyReport.rpt&prompt0="&{@FormulaA}&"&prompt1="&{@FormulaB}.