I switched from Web App Builder to Experience Builder to create a web map application, but I cannot use my favorite function: filter. The filter in Experience Builder does not show a dropdown menu. I have tried many methods, but the issue persists. Below are all the items I have used.
I apologize for any language errors.
Item
WMS: ArcGIS Server 10.2.2 https://maps.su.ac.th/arcgis/rest/services/Physic/Wind_GCS_90_150/MapServer/0
Web Map in ArcGIS Online
https://nuttakorn.maps.arcgis.com/home/item.html?id=00cffeba43264cc18cca820af295e0cf
ArcGIS Web App Builder
https://nuttakorn.maps.arcgis.com/apps/webappviewer/index.html?id=8780eac8bcd44a7cac7b5da3d06c0fa1
Experience Builder
https://experience.arcgis.com/experience/9a95ae58d9fa485aa24e5c30888f8e43/
Sorry to hear that you are experiencing this. I assume it has something to do with the specific service setting in ExB. Thanks for sharing the data and configuration details with us, and we will take a look at that.
Hello @nuttakornsittarachu
Per our preliminary investigation, the issue seems to be caused by this specific service.
It has the property supportsAdvancedQueries = 'true', but no advancedQueryCapabilities, which is needed to perform queries from ExB Filter. We think that's why it throws errors and cannot perform queries to get the expected results.
The dropdown list showing correctly in Web AppBuilder is probably because the logic in Experience Builder is different from that in WAB, and WAB did not pick up the abnormality.