Skip to main content
The Markdown component can be used to build links to other Omni content, like other dashboards. These links work seamlessly within the app and don’t require any complex iframe manipulation.

Requirements

Setting the linkAccess parameter to __omni_link_access_open is required to enable linking in an embed session. In the href value of an <a> HTML tag, set the relative path to the content you want to link to:
Link to dashboards
## Dashboards

1. <a href="/dashboards/123abc">Product Dashboard</a>
2. <a href="/dashboards/789xyz">Sales Dashboard</a>

Linking filters between dashboards

You can also link filters between dashboards using Mustache references to the filter values. This allows linking of dashboard and dashboard state across multiple dashboards. For example, the following is a reference to a filter on traffic_source:
Reference traffic_source filter
<a href="/dashboards/123abc?f--users.traffic_source={{filters.users.traffic_source.json}}">Product Dashboard</a>