Hyperlink
Description
The Hyperlink calculation is a reference or navigation element that allows users to easily jump to a URL with a single click.
Calculation Editor
Options
| Input Parameter Values | Input Values |
|---|---|
| URL | Column or Literal |
| Displayed Text | Column or Literal |
| Only Rollup If | Generic Criteria |
Remarks
- The Hyperlink calculation is maintained as an active link in the Embed Excel Presentation Layer, Excel Data Output, PDF Data Output, and HTML Data Output.
- The Hyperlink calculation cannot be utilized inside of Dashboards or ProReports directly from the underlying report. Instead, utilize functionality specific to those areas of the system.
- For dashboarding, include the 'URL' and 'Displayed Text' settings as separate report columns to use as a Hyperlink in a grid. Review Hyperlinking in dashboards for more information.
- For ProReports, review Add Cross References and Hyperlinks
Example of a Dynamic Hyperlink
The example below defines a hyperlink such that for each user, clicking the link will bring up the Address Book Revision form for that user in JD Edwards.

To add a Hyperlink calculation to your report:
- Open the calculation editor
- Select the Hyperlink calculation.
- Specify the URL. This input is typically a Concatenation calculation that combines the static part of the URL with the dynamic part (for example, the address number column as in the figure above). You will typically use the URL Encode calculation as well to ensure your URL string is always URL friendly.
- Specify the Displayed Text. The displayed text can be the URL itself or a more user-friendly text representation of the hyperlink (which can also be the result of a calculation).
Once a hyperlink calculation is created for a report, the user will be able to export the functioning hyperlink to these formats: PDF, Excel, and HTML (See Export and Print Results). Also, the DAS Automatic Presentation feature preserves the hyperlink behavior (See Automatic Presentation).
Using a Dynamic Hyperlink in a Burst Distribution
Let's say a user wants to email the above hyperlink to each employee and include the link to edit the address book information. You can utilize the elements used in a hyperlink calculation as tokens in a Burst email distribution to accomplish this.
- Confirm the names of both the URL and Displayed Text calculations in your report.
- Enter the Burst distribution settings.
- Add both the URL and Displayed Text as tokens by selecting Insert Token.
- Right click in the body of your email and select Hyperlink.
- Paste the token for Display Text in the Text to display input and the token for URL in the Address input.

- See the display name token with the blue hyperlink indicator.
After completing these steps, each unique URL that is run as a burst distribution will appear as expected.