You are publishing a map services with either Feature Access (feature service) or WFS capabilities where the service layer's data source will be a PostgreSQL geodatabase and the layer uses field name that are not lowercased in the following:
- A definition query
- A label expression
- Both a definition query and a label expression
The area affected is indicated by the <value> parameter.
Solution
Change your expression such that all field names use lowercase. For example, change [MyField] > 100 to [myfield] > 100.
Note:
If you are changing label expressions, make sure you change expressions for all appropriate label classes.
More information
Field names are always lowercase in PostgreSQL geodatabases. Definition queries and label expressions must use lowercase field names if they are to work with PostgreSQL geodatabases.
Learn more about geodatabases in PostgreSQL
Definition queries are used to display a subset of features in a layer.
Learn more about definition queries
Label expressions are used to customize the text string of your labels.