How to filter data on different worksheets based on clicks in Tableau. For example:
Sheet 1 - The partition looks like this:
+------+-------+-----+
| Name | Month | ... |
+------+-------+-----+
| A | Jan | ... |
| B | Jan | ... |
| C | Feb | ... |
| D | Mar | ... |
| ... | ... | ... |
+------+-------+-----+
Sheet 2 - The partition includes Month.
When I click on Jan on Sheet 1, can Tableau filter Jan on Sheet 2?
I tried including an URL and making the filter universal to all sheets but filter doesn't work "on click" does it?