Create calculations within expressions using the Expression Editor. Use operators and functions to calculate a new value based on existing property values. Evaluate the results of a calculation with an expression.
The Values Pane is only available for use if the Expression Editor is used to create an expression for a single feature class. For help with any expression element, see Creating Expressions - Reference.
Open the Expression Editor based upon the desired use for the expression. See To create an expression for more information.
Directly type a property name in the Expression Area or select a property from the Expression Elements Menu.
Select an operator from the Expression Elements Menu or enter an operator into the Expression Area manually:
Select or enter the value to evaluate.
Specify any further conditions for the expression. Note: To create a complex property evaluation, insert an AND or OR operator, and then insert another operator/property combination. For example, to find every building whose street address is greater than 100 but less than 200, use the expression: Building_Street_Address > 100 AND Building_Street_Address < 200.
Click OK to apply the expression.
Open the Expression Editor.
Select a function from the Expression Elements Menu or enter a function into the Expression Area manually:
Select the property to apply the function to.
Click OK to apply the expression.
Open the Expression Editor.
In the expression area, enter or insert the geometric function (Area2D or Length2D).
Insert the Geometry property in parentheses after the function.
Specify further conditions for the expression. For example, to create a subset of your Buildings data that specifies only buildings with an area above 10,000 square feet, use the expression: Area2D(GEOMETRY) > 10000.
Click OK to finish the expression.