I have an experience builder site with a list that works on a to select cities and then display them on a map. That list is generated from a feature service and then has a framework filter to filter certain records for use in time series charts on another page.
Basically, if you select one city, it shows you some time series data for that city. This all works, but I would like to have an undo filter button on the same page as the charts so you can see the same time series data for all of the cities. Currently, I can go back to the main page, clear the selection in the list, and then return to the time series page, but the UX there is pretty awful. Am I missing something about how to clear the selection from a list or how to undo a framework filter? Thanks!
Solved! Go to Solution.
In case anyone else runs into this problem, I never found a way to do this. Instead, I created a copy of the charts with a button that opens a new tab and uses a url parameter to remove the list selection. It is not pretty and requires hard coding a bunch of urls but it works.. Really wish there was an easy solution here.
Hi MatthewSisk,
Could you use Reset Filters or Clear selection from a List widget?
Thanks,
Ke
Yeah, ultimately, that is what works. The problem is that the list is on a different page (think like a "more information" page) and the reset on the list is on the previous one, so it is really wonky UX to go back and forth.
In case anyone else runs into this problem, I never found a way to do this. Instead, I created a copy of the charts with a button that opens a new tab and uses a url parameter to remove the list selection. It is not pretty and requires hard coding a bunch of urls but it works.. Really wish there was an easy solution here.