1. Curator Styles

    2. Homepage

    3. Titles and Toolbars

    4. Group Overrides

    1. Pages Overview

    2. Tiles

    3. Error Pages

    4. SSRS Embedding

    5. Explorer

    6. User Customized Metrics

    7. Box Embedding

    8. Forms

    9. Blogs

    1. Tutorials

    2. Search

    3. Managing Menus

    4. Menu Items

    5. Keywords

    6. Files

    7. Notices

    8. Loading Screens

    1. Embedded Tableau Server Views

    2. Thumbnails

    3. Tagged Workbooks

    4. Favorites

    5. Email Subscriptions

    6. Data Export

    7. Download Workbook

    8. Share Workbook

    9. Custom Views

    10. Pause/Resume Changes

    11. Dashboard Titles

    1. Filters

    2. Parameters

    3. Apply Button

    4. Filter Categories

    5. Hidden Sticky Filters/Parameters

    6. Specify Filter Sheet

    7. Mark Commenting

    8. URL Action Overrides (Link Target)

    9. Hidden Dashboards

    10. Replace Dashboard URLs

    11. Site Switcher

    12. Cache Filter/Parameter Options

    1. Data Manager Basics

    2. Web Data Connector (WDC)

    3. Import Data

    4. Connecting to Data Manager

    5. User Commenting

    6. Field Calculations

    1. Overview and Enabling

    2. Report Builder: Scheduled Reports Option

    3. Report Builder: Email Option

    4. Report Builder: Watermark Text

    1. Automatic License Provisioning

    2. Just-in-time (JIT) Provisioning

    3. Users and Groups

    4. Reset User's Password

    5. Username Mapping

    6. User Sync and Membership Sync Overview

    7. Custom Attributes

    1. Frontend User Permissions

    2. Password Change

    3. Password Reset

    4. Password Expiration and Complexity

    5. Bypass Link-preview Security

    1. E-mail Configuration

    2. System Notifications

    1. Force SSL

    2. Trusted Tickets

    3. Basic HTTP Authentication

    1. Import / Export

    2. Backend Users

    3. Frontend Users

    4. Updating License Key

    5. Linux: Cron Troubleshooting

    6. Filesystem Permissions

    7. Backend Administrator Password Reset

    8. Manual Restoration of Curator Backup

    9. Updating Curator Logging

    10. Third Party Cookies

    11. Troubleshooting Load Times

    12. Tableau API Debugging

    13. Curator Backup

    14. Taking a Manual Full Backup

    1. System Upgrade

    2. Disable Curator Upgrades

    3. Offline Upgrades (Airgapped)

    4. Dependency Updates

    5. Troubleshooting Upgrades

    1. Scripts

    2. Commands

    3. Subscription Routing

    1. Curator API Overview

    2. Integration

    3. Curator API

    4. Tableau API

    5. Content

    6. User API

    Documentation: Advanced Dashboard Features

    Parameters

    Parameters are used for various purposes within a dashboard. The system provides a user-friendly way to enter and change the parameter values for dashboards. Parameters can even be shared with more than one dashboard.

    To create a parameter:

    1. Navigate to the backend of the system (e.g. https://www.site.com/backend).
    2. Log in if prompted.
    3. Click on Tableau > Parameters in the left-hand menu.
    4. Click the "New Parameter" button.
    5. Enter the name of the parameter you want to be shown to your users in the "Display Name" field.
    6. Enter the name of the parameter from the dashboard in the "Parameter Name" field. This field text should be edited to match the field name in the data exactly. If there are any trailing whitespaces those will be removed on saving so you will need to remove them from the data name.
    7. Select the parameter type.
    8. Select the filter category if desired. See the Filter Categories Section for more information.
    9. Select existing dashboards to add the parameter to them.
    10. If you want to enter a default value for the parameter to load the dashboard with initially.
    11. If you want the parameter value to be remembered from one dashboard to the next, turn on the sticky parameter feature.
    12. If you want to get the parameter options from the dashboard's allowable values list, turn on that feature.
    13. If you want to get the parameter options from the dashboard's data, turn on the "get parameter options from data" feature. Note that this will be slow if the dashboard contains a lot of data.
    14. Add parameter options if not getting the options directly from the dashboard.
    15. Click the "Save" button.

    Or add a parameter to a dashboard from the dashboard:

    1. While editing the dashboard, click on the "Misc" tab.
    2. Expand the "Filters & Parameters" section.
    3. Select the parameter(s) that are applicable to the dashboard.
    4. Click the "Save" button.

    To apply a parameter:

    1. Navigate to the frontend of the system (e.g. https://www.site.com).
    2. Log in if prompted.
    3. Navigate to the desired dashboard by using the navigation menu.
    4. Open the filter menu on the right side of the screen.
    5. Select or enter the value of the parameter.


    Multi Select Parameter Controls

    Currently, Tableau does not offer multi-select-parameter controls. Instead, you can select one parameter value at a time or type the long names by hand. In Curator, you can set up a parameter to allow multi-selection of your parameter values without typing everything in.

    1. Navigate to Tableau Desktop (or Tableau Server Edit Mode), and go to the sheet that the parameter should be applied to.
    2. Create the parameter you need, and make sure
      • the Data type is a String
      • the Current value is set to (ALL)
      • the Allowable values is set to All
    3. Create a calculated field
      • [param name]='(ALL)' OR CONTAINS([param name], [values field])
      • Drag the calcula`ted field onto the filter shelf and allow only True
    4. Publish dashboard.
    5. Do the steps described above to create a parameter in Curator backend, make sure
      • the Parameter type is Multi-Select
      • toggle on Get parameter options from a field in the data
      • enter the name of [values field] (see 3.a) in Field Name input field
    6. Click the "Save" button

    You can also follow the step-by-step guide with screenshots that Tanner put together.