Hello!
I have a simple EB with a full-screen map displaying points from a single feature layer. I have a list widget that zooms to the point for the selected list item. Since my list has 40+ items, I'm trying to set up the embedded filter tool option in the list widget so that users can select certain feature attributes/combination of attributes and the list only displays the items that meet that criteria.
I was able to do this very easily with the stand-alone filter widget, and it worked perfectly, but I'd like to present an option where people can apply the filter query directly from the list widget.
When I go to set the filters in the list widget's SQL expression builder, it seems like I only get to build one single query that has to include a value for each attribute with no option to just not include attributes in the query. The documentation for the list widget just directs me to the documentation for the filter widget, which is a very different experience, and I haven't been able to find any other resources for this.
thx
Kate