Use a filter to select a subset of features for a layer or for theming. For example, if you have a data resource containing all US cities with a property called STATE, you might create the following filter to display only cities in California:
STATE = ‘CA’
The Filter dialog box has two modes: Builder and Advanced. In Builder mode you can only create filters that use valid syntax. In Advanced mode you can create filters using any syntax, even if it is not handled by the Builder. You cannot move from Advanced mode to Builder mode unless filter conditions are valid. Further, a filter with valid syntax is not allowed in the builder if it contains functions or property names that are not in the layer’s data source.
All conditions must be in the following format:
<property> <operator> <constant>
To filter data
For information about creating a new layer, see Creating New Resources. For information about associating a data resource with a new layer, see Specifying the Data Resource for a Layer.
For more information about scale ranges, see Understanding Scale Ranges.
For more information, see Building Number Expressions.
To display available values for the selected property, click Get.