Hi wondering if anyone can help. I have a geodatabase and I would like when I add features from it to my map for the symbology be a unique value from a field in the attribute table. How can I set this up so it happens automatically when the data is added?
Solved! Go to Solution.
True. Could you add an integer field, and define the code and description for the subtype. Then use Calculate Field to define appropriate codes based on the TEXT field.
Is your layer already being symbolized by unique values or are you using single symbol symbology?
- One way would be to save the layer (with categorized symbology) as a layer file. And add the layer file instead of the Feature Class from the Geodatabase.
- Another option that could work out is the creation of subtypes.
I think I know why it’s not working my field is ‘text’ and I just read it should be long or short integer
True. Could you add an integer field, and define the code and description for the subtype. Then use Calculate Field to define appropriate codes based on the TEXT field.
This forum is an awesome source! Thanks to all!