The current Filter Widget behavior is:
- if data source = "default", Filter applies to map widget and every Widget accessing that dataset regardless of whether widgets are sourcing "default" or a data view
- if data source = data view, Filter applies to widgets where data source = data view, but does not apply to map widget
I would like to suggest that either:
- Filter data source = "default" only applies filter to widgets where data source = "default"
Or
- Filter can apply to map automatically regardless of data source, with an option to turn map filtering on or off
Thank you!