Icon: 
Description: This button will open a pop-up for the user to enter and execute a query for searching features by their attributes in the current active layer. User Interaction:
- Single-Click on the
button.
- The select by attributes pop-up will provide a list of fields for the active layer (1)
- Single-Click on a field to query from.
- The field name will be added to the query box (2).

- Single-Click a logical operator (3).
- The logical operator will be added to the query box (2).

- In the query box (2) enter the attribute value to search for.
Query Examples:
- PINNUM = '964919500488'
- OWNER like '%Asheville%'
- CALCACRE >= 3.5
- OWNER like '%Asheville%' AND CALCACRE >= 3.25
- Note: All text searches must use single quotes.
- Note: The text search wildcard is % and requires the logical operator LIKE.
- Single-Click the execute button (5) to execute the query.
Or
- Single-Click the cancel button (6) to cancel and exit the pop-up.
- Single-Click the clear text (4) to clear all text in the query box (2).
Requirements:
- There must be an active layer.
- All text field values must have single quotes around them.
- The wild card is a % and requires the logical operator LIKE.
Limitations:
- There is a limit to 2000 selected features.
Results:
- After the
button is clicked the select by attributes pop-up will appear. - After the execute button (5) is single-clicked the selected features will be highlighted on the map, if there is any.

If no features are highlighted then:- The user may have to zoom to the selected extent
Or - The user should check the TOC for the total number of selected features.OrThe user should ensure that there is an active layer and it is visible.Or
- The user should check the validity of the query expression.
User Interface Location:


Pop-up: