Query to select all features in a layer
Is there a dumbed-down way to select all features in a layer?
I can zoom out and span an identify rectangle over the full extent of the layer. However, some layers are restricted to a higher zoom scale and aren't visible (hence unidentifiable) at their full extent.
I can manipulate a query to by adding multiple clauses and using wild cards, but that requires the user to have knowledge of the data. Hence, public users will not be able to easily perform such queries.
A simple 'select all' button among options a layer would be so easy and great.
0
-
Use a workflow to select all features.
Or in the Query tool use a where clause which is always true like objectid > 0.0
Please sign in to leave a comment.
Comments
1 comment