Step 1: Build the Target URL in the Tableau URL Action Dialog
In Tableau Desktop, create a URL Action on the source Dashboard that points to the target Dashboard’s Curator page URL — not its Tableau Server URL. Append query parameters whose names match the filter fields on the target Dashboard. For example, if the target Dashboard has a Region filter and the Curator page lives athttps://www.curatorexample.com/dashboards/regional-detail, the URL would be:
<Region> is a Tableau field reference that will be replaced with the selected value at runtime. You can
chain multiple filter parameters with &:
Step 2 (Optional): Configure Multi-Value Delimiters
If a URL Action can send more than one value for a parameter (for example, when the user selects multiple marks), configure the Data Values section of the URL Action dialog in Tableau:- Open the
Data Valuessection below the URL field. - 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 three pipes (
|||). - Set the Delimiter Escape Character to a backslash (
\).
||| delimiter to commas before passing the values to the embedded Dashboard, so
multi-select filters work correctly on the target Dashboard.
Step 3: Set the Source Dashboard’s Link Target to Curator Detect
To make sure clicking the URL Action keeps the user inside Curator instead of opening the raw Tableau Server URL:- Log in to the backend of your Curator instance (e.g.
https://www.curatorexample.com/backend). - Navigate to Tableau > Dashboards and click the source Dashboard.
- Open the Advanced tab and find the Embedded Options section.
- Set the Link Target to Curator Detect (same tab) or Curator Detect New Tab if you prefer the target to open in a new browser tab.
- Click Save.