Reputation: 15226
I am having a problem with applying a filter without instantly moving to the dashboard I want the filter to be on.
Here is the situation. I have Dash A that holds some info and a bar chart. This bar chart is colored based on the system names in the data. Lets call them System One, Two and Three.
I have a 2nd dashboard called Dash B. The goal is to select one of the colors in the bar chart on Dash A and to stay on Dash A until the user presses a button on the dash that then takes them to Dash B where the data will be filtered by whatever system color was selected in Dash A.
Currently when applying a filter either it jumps directly to Dash B or I can use a menu option to allow the user to select a link after clicking a color to then move to the dash board however I don't wont either options.
Is there a way to apply a filter to a 2nd dashboard from the 1st dashboard without switching dashboards?
Upvotes: 1
Views: 470
Reputation: 13
Try using Run Action on 'Menu' to go to Dash B Additionally, add a 'Select' filter only targeting Dash A.
Upvotes: 0
Reputation: 1328
You should be able to filter from one worksheet/dashboard to another worksheet/dashboard without it going to it using the
Add Filter Action
Upvotes: 1