I have an analysis that has 18 sheets. Sheet A has all of the visualizations that most users will interact with, and the other 17 sheets have the “backend data” in the form of tables that make up the records within the visualizations seen on Sheet A.
I want the ability to only have Sheet A be visible initially, and when a user clicks on a certain visual within Sheet A, it displays one of the other 17 sheets that have the ‘backend data’ associated with the visualization the user clicked on.
How would I achieve this?