Select to view content in your preferred language

remove multiple unique labels from a single feature

134
1
Jump to solution
3 weeks ago
matttrenk
Emerging Contributor

I am using ArcGIS Pro 3.4.1. I have a feature class that has points representing addresses. Each address has a unique numeric code (field = service_location). Some of these addresses are apartment buildings. There is only one point and one code to represent the building, but the labeling shows ten different codes, each one is unique and stacked on top of each other (I assume these different codes represent each unit). I am not sure where these extra codes are coming from, as there is only one unique code for the building in the attribute table. For example, a point has a value for service_location = 123456, but in the map, the label shows ten stacked numbers: 123-456, 124-457, 125-458, etc. There is a labeling expression, but it is only to show the last three digits of the code: Right($feature.service_location, 3)

I only want the label to show the one code that is in the attribute table. Does anyone have any ideas where these extra labels with unique numbers are coming from and how I can remove them?

0 Kudos
1 Solution

Accepted Solutions
matttrenk
Emerging Contributor

Solution: another labeling class was turned on. I turned that one off and now it shows the correct label.

View solution in original post

0 Kudos
1 Reply
matttrenk
Emerging Contributor

Solution: another labeling class was turned on. I turned that one off and now it shows the correct label.

0 Kudos