Hello Team,
I have a dashboard where I have implemented Inter Panel Communication between all the charts of the dashboard. They are listening to each other.
I have implemented inter panel communication among multiple charts i.e. on click action is present on multiple charts in the dashboard. so what should ideally happen is on clicking of any panel the previous interpanel communication filtered data which had hapened must be reset.
To explain more below is an example:
When I click on a column in Chart 1, the other charts change accordingly with the value of filter 1.
Now, I click on Chart2. The value displayed by all the charts is with value of filter1 AND value of filter2. But I want to filter the dashboard based on value of only Filter2 (passed from Chart 2).
Similarly, when I click on Chart3, the dashboard should be filtered with only Filter3 (passed from this chart). All previous clicks should be nullified.
I am able to refresh the value of individual charts by clicking on Refresh button present on top right of each chart. But, I need to achieve this in a single click (without having to refresh previous chart).
Is there any method to achieve this?
Thank You
Roopa