I feel like this should be intuitive but no documentation that I can find covers this. I have a bar chart for sales categories. I have made sales category a parameter in two dashboards. I want to be able to select a specific category by clicking the data point in the bar chart and pass that parameter to the other dashboard.
If I select category A, I have an action that opens up dashboard 2 filtered for category A. If I select category B, dashboard 2 opens up filtered for category B. How do I do this?