Select to view content in your preferred language

Labeling Fields

376
1
03-22-2024 12:40 PM
Labels (1)
ThomasHusmann
New Contributor

Hello, 

I have census data where the fields in the attribute table are coded (SF for State) and there is another sheet that has a field with the codes and a field that decodes them (SF | State/County). How do I combine the two sheets to have the labeling show the decoded field name?

0 Kudos
1 Reply
RichardHowe
Frequent Contributor

Couple of options around the Join functionality.

You could create a temporary join between the two datasets based on the abbreviated field which will connect them, and then you could pick the decoded field as the label field.

Or, you could permanently append (and use to label) the decoded field using the "Join Field" geoprocessing tool, again basing this on the abbreviated field.

0 Kudos