I have a query that performs an intersect with a point layer and a drive time area and selects those records. Is there a way to display only the selected rows after the query is executed? The user is only interested in the selection each time the query is executed and having to go to the button menu and click Show selection is an extra step I would like to avoid if at all possible.
Thanks!
Solved! Go to Solution.
The filterBySelection method will accomplish this.
The filterBySelection method will accomplish this.