# HYPERLINK

The HYPERLINK function returns hyperlinked text which will navigate to a given URL. Node references are also accepted as arguments.

## Syntax

```javascript
hyperlink(link:string, value:string)
```

## Arguments

link - A text string containing the URL to navigate to.

value - The hyperlinked text description that will be displayed in the report.

## Example

```javascript
hyperlink('http://Inforiver.com', 'Inforiver')
//Returns “Inforiver” as hyperlinked text to navigate the URL 'http://www.Inforiver.com'. 
```

On clicking the hyperlinked text, a dialog box prompts for permission to navigate to the URL. Click on the OK button to open the webpage in the browser.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FqXgr2mpkNCC3FddAi5x6%2Fimage.png?alt=media&#x26;token=69084b49-c96f-49dc-9c10-853f524aaa76" alt=""><figcaption><p>Hyperlink</p></figcaption></figure>

### **Excel equivalent**

[Hyperlink](https://support.microsoft.com/en-us/office/hyperlink-function-333c7ce6-c5ae-4164-9c47-7de9b76f577f)
