I need to display different charts and tables having a common Multi-Level Hierarchy Filter on a dashboard. For the purpose, I have been using Layers so that when the user wants to see a particular visualization, they can just click on a button and the layers will switch displaying the requisite visualization on the same dashboard.
But, now I need to use 2 separate scripts on the Parameter Value changed action of this Multi-Level Hierarchy Filter.
So, I was thinking of creating 2 separate filters (Filter1 & Filter2) on separate layers for the same Multi-Level Hierarchy. And when the user clicks on the Visualization Change Button, the Layers switch and the Value (as well as the Level) selected by the user on Filter1 is passed to the Filter2 so that the user sees 2nd visualization for the same selected values.
Is there a script or another way to pass the Value (and the Level info) to be passed from one filter to another?