Is there a way to set a Query so that it automatically selects all results instead of providing a list of results? For example, I have a map with a Parcel layer. I have a Parcel List widget as well that shows what parcels are selected.
Can I set up a query on the TotalAcres field, of the Parcel layer, where the user can insert a "between" range, like the Query widget normally allows. But once the user hits "Apply", instead of a results list appearing where the user must choose a single parcel, I'd like for everything in the results page to be automatically selected. Then I can use those results in the list and the user can review the list and click to unselect what they don't want in the list.
Thanks for any advice.