I am creating an Experience with two layers:
1. Regions (Polygons)
2. Streets (Lines)
The user should be able to choose one or more regions and query the streets by attributes and intersection (spatial filter) with the choosen regions. The region and streets layers do not have a common attribute.
I am using a query widget to query the streets (by attribute) with a spatial filter for regions. This works when I use the select widget to select the regions (by attribute). But I would prefer to use the filter widget to select the regions because it is much simpler and less error prone for the user.
- Is it possible to use the filter widget with the spatial filter of the query widget? Wasn't that possible with the Web AppBuilder? I couldn't get it to work, the query widget ignores my selection in the filter widget. How should I configure the triggers/actions?
- Alternatively, if the filter widget does not work: How can the look and feel of the selection widget be made simpler and more user-friendly? I mean, the filter should always be active, the region layer always selected and the drop-down list always visible?
- Or are there other alternatives?