Set the Link Target
- Login to the backend of your Curator instance (e.g.
https://www.curatorexample.com/backend). - Navigate to the Tableau > Dashboards section from the left-hand menu.
- Click the Dashboard you’d like to edit from the list page.
- Under the “Advanced” tab, look for the Embedded Options section.
- Chang the Link Target field to the desired option (see below for descriptions)
- Click the “Save” button.
Available Options
Default By default, Curator handles the URL as defined in the Tableau Dashboard. Self The URL Action defined in the Tableau Dashboard will load within the embedded frame on the page keeping the user in the same location. Parent The URL Action defined in the Tableau Dashboard will change the location of the current browser tab the user is on navigating them away from the current page. Blank The URL Action defined in the Tableau Dashboard will open in a new browser tab. Curator Detect Curator will look at the value of the URL you have defined in your Dashboard’s URL Action and if it is a Dashboard that is hosted on the Tableau Server your Curator instance is connected to, it will look to see if that Dashboard is available in the current user’s navigation within Curator. If accessible, it will direct them to the Curator page where that Dashboard is hosted in the same browser tab. If not, it will direct them to the URL opening up a new browser tab. Curator Detect New Tab The same behavior as Curator Detect, only in both scenarios it opens up a new tab.Passing Filters through URL Actions
When passing filters through URL Actions on a Tableau Dashboard, Tableau has good documentation on how to set this up here. When you want to enable your users to send multiple values apply the following settings to your URL Action in Tableau and Curator will pick up the values correctly:- Open the
Data Valuessection below the URL field in the URL Action dialog in Tableau. - Check the box for Encode data values that URLs do not support.
- Check the box for Allow multiple values via URL parameters.
- Set the Value Delimiter to be three pipes (
|||). - Set the Delimiter Escape Character to be a backslash (
\). - Click OK to save the URL Action and publish your Dashboard to Tableau Server.