tableau/embedding-api-v3-guide

Interact with Sets used as filters

florent-guinard opened this issue · 0 comments

We have Worksheets where Sets are defined and used in Rows:
image

When we open those Worksheets in Tableau we can chose the set values to exclude/includer to filter the data displayed:
image

I'd like to be able to programmatically retrieve/update those values with the Javascript Embedding API to filter the data displayed in our embedded Vizs exactly like what we're currently doing with actual filters.

Thanks !