Question

Hyperlinking Other Dashboard not working

  • 15 November 2022
  • 1 reply
  • 18 views

I am not able to hyperlink other Looker Dashboard in a different dashboard.  When the hyperlink gets  clicked it's not loading up the dashboard.


This topic has been closed for comments

1 reply

Hi viswan,

To understand your situation, I would like to know how you created your Lookml for the hyperlink.

In general, you should be able to link to other dashboard using link parameter like this:

    link: {
      label: "dashboard"
      url: "https://<your instance name>.looker.com/dashboards/<dashbaord_id>"
    }