Enable Custom Views
- Navigate to the backend of the system (e.g.
http://curatorexample.com/backend). - Log in if prompted.
- Click on the Settings > Curator > Portal Settings in the left-hand side navigation.
- Click on the “Features” tab at the top of the main page content.
- Click to switch on the “Custom Views” setting under the “Toolbar Buttons (Tableau Actions)” section and click the “Save” button.
Enable create/load a Custom View
- Navigate to the frontend of the system (e.g.
http://curatorexample.com). - Log in if prompted.
- Navigate to the desired Dashboard by using the navigation menu.
- Modify the filters, etc. as desired on the Dashboard.
- Click on the Custom Views icon at the top right portion of the screen. Normally this is displayed on the right side of the title bar in the Dashboard.
- Enter a name for the new Custom View in the text box and click the “Create” button.
- To load a different Custom View, select an existing view from the drop-down and click on the “Apply” button.
Sharing Direct Links to Custom Views
Custom Views can be shared via direct URL links, allowing users to access specific Custom Views without manually selecting them from the dropdown. This functionality works similar to Tableau’s native Custom View sharing capabilities.How to share a Custom View via direct link
- Apply the desired Custom View using the steps above (steps 1-7).
- Copy the current URL from your browser’s address bar. The URL will automatically include the Custom View parameter.
- Share the URL with other users who have access to the Dashboard.
URL Parameter Format
Custom Views are accessed through thecurator_custom_view URL parameter (or the legacy ::custom_view parameter for
backward compatibility). For example:
cvi) to the URL:
cvi (Custom View ID) URL parameter contains Tableau’s unique identifier (LUID) for the Custom View, which ensures the
correct view is loaded even if multiple Custom Views share the same name. This parameter gets automatically added to the
URL for troubleshooting purposes by Curator. If no Custom View ID is provided via URL load, the first Custom View by
match on name is selected and its ID is added as the cvi parameter.
If a URL contains both the Custom View name and ID parameters, the cvi parameter takes precedence to ensure
the exact Custom View is loaded. This means you can safely share URLs that include both parameters without
worrying about ambiguity.
Legacy URL Format
For backward compatibility, the legacy::custom_view parameter is still supported:
curator_custom_view parameter format.