I want to be able to select parcels (from an open data source) that are within a certain distance of all the points in a point layer (HFL that I own). Then I need to be able for the user to export the results. Is there a way to do this either using Filter, Query, Select, or Near Me widget? The user will always want to use all the points in the HFL, not a selection of it. I tried using the Query widget but it didn't return any results. What is the easiest way for the user to just define the buffer distance and export the results?
It says there are 0 features inside this data
Hi @apgis16,
"Within" can't be used to select polygon using point. You could use these relationship as below.
Thanks,
Ke
I changed it to use intersect and the Query widget (because I need to select the full parcel layer, not a filter of the parcel layer that is in the map). How come the results say 5,723 but when I "add it to table", it says 5,277. When I run Select by Location in Pro using the same buffer, the result is 5,278. The total parcel records are 5,745.