I have a dashboard with a question where a column is a score between 1 and 100, and I bin the items into groups.
I want to set it up so that when I click on a bar it will go to a different page in the dashboard to show all items in that bin.
So if i click on 95-100 i now see the items filtered with score between 95 and 100.
right now if i set up a between filter on that page of the dashboard only the value 95 is sent and the second part of the filter stays empty.