A script-enabled browser is required for this page to function properly.

Hyperlink Destination property

The Hyperlink Destination property specifies a unique identifier for an object, which can be used as the destination of a Web link.

Note: This property is supported when generating your paper layout reports to spreadsheet output for displaying in Microsoft Excel.

Applies to

Layout objects

Values

 A valid, unique name that only makes use of the 26 upper or lower case US ASCII letters, numbers, or underscore characters. Other special characters will automatically be converted to underscore characters.

Default

Blank

Required/Optional

Required, if you want to set a Hyperlink property for an object that specifies this object as its destination.

PL/SQL procedure

SRW.SET_LINKTAG

Usage notes

Examples

Example 1:   Dynamic hyperlink destination

Following is an example of a value for the Hyperlink Destination property to create an identifier dynamically:

'DEPT_DETAILS_' || LTRIM(TO_CHAR(:DEPTNO))

where :DEPTNO is a column value retrieved from the database at runtime.

Example 2:   Static hyperlink destination

Following is an example of a value for the Hyperlink Destination property to identify an object as "link1":

LINK1