I have a set of point data containing attributes for their assignation code and the number of each feature found at that particular point. I want to label the features with both of these attribute concatenated together. eg; if the code is BC and the number is 12, the label reads 12BC. How do I set up a new attribute which combines both of these so I can assign the labels. Also, is there a way to filter out the concatenation where the number value is 1. eg; code = BC, number = 1 resulting label = BC?
Thanks 