Top.Mail.Ru
Go to the URL
CTRL+K

Go to the URL

In this article
  • Go to the URL
  • Usage Example
  • Click Action in YAML

This action allows specifying a link to a website, that opens when a user clicks a button in Browse mode.

To specify the URL, use either a string constant (enclosed in single quotes) or a formula that returns a string value. The formula may include any string functions, as well as dashboard or image variables. A table column can be referenced in the formula using the format "table_name"."column_name". If the action is assigned to a dimension, the filtered column value is passed into the formula upon clicking.

Usage Example

Clicking the button in Browse mode opens the Operavix company website.

Go to the URL

Click Action in YAML

To add a click action (OPEN_URL), use the keys listed in the table. These keys are specified within the onClick block. Keys for the onClick block are described on the Click Actions page.

KeyTypeDefinition
urlstringPage link
newWindowbooleanOpen in a new window

Example:

onClick:
  - name: "Open Operavix website"
    type: OPEN_URL
    url: "'https://operavix.com'"
    newWindow: true

Was the article helpful?

Yes
No
Previous
Actions on Click
We use cookies to improve our website for you.