[GIS] Putting parentheses around label value in ArcGIS for Desktop

arcgis-10.3arcgis-desktopattribute-tablelabeling

How can I create a label expression to put parentheses around an attribute value I need labeled on a map?

I'm using ArcGIS version 10.3.

Best Answer

In your label expression enter:

"(" & FieldName & ")"

where FieldName is the name of the field you're trying to label. Double-click the field from the fieldlist to ensure it enters the field name in the correct format.