I have a dynamic query layer (polygon) derived from feature class and SQL table.
Attribute look like:
ID | City |
1 | city1 |
2 | city1 |
3 | city1 |
4 | city2 |
5 | city2 |
6 | city3 |
7 | city4 |
8 | city1 |
9 | city4 |
10 | city5 |
11 | city2 |
I need to write code that reports the total count for each value and create graduated color based on the count Using Arcade or any other work around in ArcGIS Online webmap, or ArcGIS Pro.
I know that graduate color could be accomplished only with Number field,