Tableau - Ajax Filters
In many report we might have requirements to restrict a "filter values" based on value selected on a another "filter". Usually we used to use AJAX techniques to achieve this.
In tableau its quite easy to achieve the same result, by just checking few options.
Here is a working sample - ven_AJAX_Like_FilterSample
- Lets assume you have 3 filters continent, country and city.
- Make a "quick Filter" for all three of them
- Optional Step: Change the filter to a multi-drop down box or just leave it as is
- Now from the "quick filter" options ( the down arrow on the right corner of quick filter) of the Country filter and check "only relavant values".
- Do the same for City filter
- Now you will see that the country filter values and city filter values gets adjusted based on what value you select on other filters.
Comments
Tableau Online Course