You are here: Features > Action Events > Jump to bookmark

Jump to Bookmark Action

Event Function: Bookmark

The Jump to Bookmark action jumps to a bookmark in the current document.

Using the Events tab

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

Bookmark

The name of the bookmark to jump to.

"Balancesheet"

Include in PDF export

If "Yes" is selected, then when the document is exported to PDF, a URL link to this bookmark will be created.

"Yes"

Syntax (if entering it in the Equation bar)

ACTION("Bookmark", expr1,expr2)

Where

expr1 = entry under Bookmark

expr2 = entry for "Include in PDF export"

How the example will appear in the Equation bar

ACTION("Bookmark","balanceshe","Yes")

Notes

  • In the PDF file, each link can refer to one target only. If a cell has multiple "Jump to Bookmark" actions defined in it, the link will not be created in the resulting PDF document.

Related Topics