Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applyFilterAsync - Include option for context filtering #36

Open
philperrin opened this issue Aug 11, 2022 · 1 comment
Open

applyFilterAsync - Include option for context filtering #36

philperrin opened this issue Aug 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@philperrin
Copy link

Ideally would like an option to include an option to apply a filter as a context filter, rather than only limited to a normal filter. I think this could be implemented like the "filterOptions: isExcludeMode" process - where the filter is specified.

@philperrin
Copy link
Author

The purpose of this is to provide the multi-layered filtering as found in some dashboards. One specific example is:
If I need to view an analysis of the top 10 account values within each state (or some category) that an end user may select. There are multiple ways to approach this, but a simple one is to make the state a Context Filter, and then use a Top N filter based on account value. By putting the state field on a context filter, Tableau will filter down to the selected states first, then after that the Top N filter would be applied.
Again - there are other approaches that could be taken to solve for this, but I think the ability to set a context filter would help make this a more robust tool.

@illonage illonage added the enhancement New feature or request label Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants