Labeling Help:  How do I select only the last three digits to be labeled

3161
1
08-29-2011 02:47 PM
DianeRodrigues
New Contributor
I have parcels labeled in the following format "aaa-bbb-ccc" but on the display I want only "ccc" to be shown.  How in the world do I do that?
Tags (2)
0 Kudos
1 Reply
DonovanCameron
Occasional Contributor II
You can do this dynamically with something called a  label expression.

An example label expression would look something like:
Right ( [Field], 3 )


The picture shows how to get to the Label expression window from the 'Label' tab; although the expression shown in the graphic will need to be updated to something similar as the code example above.
0 Kudos