Bug ID Number |
BUG-000145902 |
Submitted | January 11, 2022 |
Last Modified | August 5, 2025 |
Applies to | ArcGIS Experience Builder developer edition |
Version found | N/A |
Operating System | Windows OS |
Operating System Version | 10.0 |
Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
The ArcGIS Experience Builder app is data-centric; the Filter widget is designed to filter data source, and this affects all widgets that utilize this data source. Refer to https://doc.arcgis.com/en/experience-builder/configure-widgets/filter-widget.htm for more information. No matter how many Filter widgets and Map widgets are added, as long as they are connected to the same data source, the filtering behavior adds on. Thus, changing pages without manually turning off the previous filter generates the results as described. Refreshing the page resets the user cases, so it works again. This is the expected behavior.
To avoid the Map widgets and Filter widgets affecting each other between different pages, use data views, or add the web map multiple times to treat them as separate data. For more details, refer to https://doc.arcgis.com/en/experience-builder/build-apps/select-data.htm.
Workaround
Refresh the browser after switching pages in the published web experience to return the expected results from the filter.
Steps to Reproduce