I have a report that has summary data and graphs that summarizes the data year by year. I also have a summary table that shows values by year and by type. When the user clicks on the graph or table it will take them to another report that has all of the detail data from the summary. I am able to pass parameters from each report without issues.
What I'm looking to do is be able to click on a column in the table or graph that will filter based on what I click on. If I click on the year 2017 in my table, I want to see the 2017 data.
Is there a way to create a filter or pass data to a parameter by clicking on a field?
If I click this date, only show me these records