I'm building out a public crime map and I'm having an issue with filtering dates. Specifically, I've set my map to show the past two weeks of data by default and allow for user input filtering. However, when the user filters on their end, the past two weeks of data remains. Does anyone know how to fix this so that when a user filters the data by date, the last two weeks don't remain by default?
Can you please share the configuration of the filter widget? My guess without seeing it is that you've got two filter options available in the widget, one for the default and the other for the custom with the operator set to OR, and that if the default remains toggled on it will continue to show those no matter what is in the custom query.