Skip to content

tableau/extension-filter-bookmarks

Repository files navigation

As-Is

Filter Bookmarks

This extension enables you to add a button directly into your dashboard that resets to certain filter settings. Great for embedded dashboards that do not have the toolbar showing or for a more intuitive interface.

Using the Extension from Tableau Exchange (Recommended)

See the Tableau Help topic Use Dashboard Extensions for directions. When presented with the list of available Dashboard Extensions, search for Filter Bookmarks to find and install this one.

Using the Extension

  1. Set your dashboard filters they way you want to be able to revert to.
  2. Open the configuration window and click "Save Settings".
  3. Optional: Customize your buttons label and colors.

Note: You can add as many instances of this extension as you like!

Download the Extension Code to Develop Locally

If you want to use a locally-built version of this extension or if you want to make any of your own changes, follow these steps:

  1. Make sure you have Node.js and Yarn installed.
  2. Clone or download and unzip this repository. Open the command line to the extension-filter-bookmarks-master folder and run yarn to install the node modules.
  3. Edit the homepage in the package.json file to the server where you are going to host the extension. For example:
"homepage": "http://localhost:8080",
  1. In the command line run yarn build to build the extension with the new homepage. Note, you can update the package.json file to just run react-scripts build, the rest is just to move the folders around. If you do this, look for the build folder in the next step.
  2. Copy the files in docs to your web server at the path you specified in Step 3.
  3. Update the existing or create a new manifest file (.trex) to point to the URL where you are hosting the extension with /#/bookmarks at the end. For example: http://localhost:8080/#/bookmarks.

Support

Tableau customers can contact the Tableau Support team for help.

For any local build or code related questions, please post to the Issues tab here for community support.