Using a point shapefile, I want to symbolize features based on a field: P_COMMOD.
I only want to symbolize certain values:
Is there a way to only symbolize certain values like that? For example, is there a way to add or remove specific values from the symbol list?
I would prefer to do it in a single layer, rather than using separate layers with separate definition queries and separate symbology.
Thanks.
ArcGIS Pro 3.0.3.
Solved! Go to Solution.
Above your list of symbol classes, you can click the "+" to manually add symbol classes. When I have situations like this, I delete all the symbol classes and just add the specific ones I need.
Remove all:
Manually adding classes:
If the value is not present in your layer, you can also manually create it there.
Above your list of symbol classes, you can click the "+" to manually add symbol classes. When I have situations like this, I delete all the symbol classes and just add the specific ones I need.
Remove all:
Manually adding classes:
If the value is not present in your layer, you can also manually create it there.
Thanks! That works.
Do you know if there's a way to symbolize All other values or Null values?
(Similar to what we could do in ArcMap.)
It's that first option in the dropdown:
If you want your "all other" to be separate from your nulls, I'm not sure there's a built-in way to do it, but a quick Arcade expression would handle it.
For my notes, regarding the Unique Values symbol option: