For example, in the Model Explorer, click Create Subset for a particular feature class. When you apply the expression, only the data in the selected feature class that matches the conditions of the expression will appear in the model.
If the Getting Started With Filters page is turned on, buttons representing different expression types are displayed. You can click one of these buttons to insert an expression template.
Click one of these buttons to start with a sample expression.
To prevent these startup buttons from displaying each time you create an expression, select Don’t Show At Startup. You can redisplay them later by clicking Getting Started.
To close the startup page, click Close.
Click an element to see a menu of options for replacing or deleting it.
Use the menus and buttons at the top of the window to insert elements.
All expressions consist of text you can type.
An expression can combine operations in many ways. For example, you can calculate the area of a set of buildings and then find buildings that have the StreetName “Elm” and whose area is larger than 2,000 square feet.
NAME = 'ELM St'
ROOF_HEIGHT + ELEVATION_OFFSET < 32
ToDate (PURCHASE_DATE, MM/DD/YYYY) AND PURCHASE_DATE < 01/01/2005
Concat (NAME, ' ', SUFFIX)
Ceil (REPAIR_COST)
For help with any expression element, see Creating Expressions - Reference.
Validation checks the syntax of the expression only. It does not check whether the values you specified are valid for the data, or whether the results are as expected. If there are validation problems, an error message helps direct you to their solutions.