Good afternoon,
This might be a rudimentary question, but what would be the reason that a feature layer would have access to multiple symbology styles (types, counts, size, etc.), to another that only has one style (types)? I figure it has to do with fields, some that are coded numerically. I tried modifying some field lists to numeric codes, however that still only gives me one style for this feature layer. Thank you
Feature Layer with multiple styles
Feature Layer with limited styles
Solved! Go to Solution.
I just figured it out, my original field of "Severity" was created as a String type, so even after I edited the list as a numerical code, it wouldnt change anything. To test this, I added a new "Severity" field, but as an Intenger type and this gave me additional styles. So my mistake was overlooking the field type. I'll keep this in mind next time I create a new map and feature layers. Thank for the help.
Original field
New (test) field
Now the 'new (test) field' shows up under select fields
Now I'm able to add additonal symbology types (size), which is exactly what I needed
One reason like you said that different attributes within the same feature layer may require a particular symbology type.
It also has to do with attribute data types numeric vs text.
yes, the thing is i tried to change some of the attributes to numeric, just to test it out, but it still doesn't enable the multiple symbology styles. the only other fields it can add are "date", "edit date", "creation date", i have created several feature layers that have the multiple styles, but for some reason this new feature layer i created is limited to only one. weird
At the top of the symbology pane you can add fields or expressions.
Once you add a field you'll have more options to symbolise by the fields specified. Only the symbology options for the chosen fields will appear, not all the fields that are in the layer.
https://doc.arcgis.com/en/arcgis-online/create-maps/apply-styles-mv.htm
E.g. add a count (integer) field then you'll see the styles
Yes I understand that, that's my question, on some layers I'm able to add multiple fields with multiple styles, but on some layers they're limited to only one style and the only other fields I'm able to add are "date", "editor", etc. and not my own created fields for that layer. That's why I'm stumped
I just figured it out, the fields I had created were all String types, hence only giving me a sinlge symbology type. I added a test field as an Intenger type, with a list of 1-5 and that's what gave me access to the additonal symbology types (size), a simple over look when created the feature layers
I just read that on the link, the feature layer i created does have additonal fields that are "categorical and/or numeric", but for some reason they don't pop up when I hit the "+Field", only "date", "edit date", "creation date". I may have done something wrong when created the feature layer and/or adding the fields?
I just figured it out, my original field of "Severity" was created as a String type, so even after I edited the list as a numerical code, it wouldnt change anything. To test this, I added a new "Severity" field, but as an Intenger type and this gave me additional styles. So my mistake was overlooking the field type. I'll keep this in mind next time I create a new map and feature layers. Thank for the help.
Original field
New (test) field
Now the 'new (test) field' shows up under select fields
Now I'm able to add additonal symbology types (size), which is exactly what I needed