Hello,
I have a polygon feature layer created from a Survey123 form where the geometry comes from a list of counties in South Carolina. My goal is to symbolize the county's feature layer by the number of times in the survey that people submit that county:
- Green, if nobody submits a county (count = 0)
- Yellow, if the count of that county is between 1 and 5 (count between 1 and 5)
- Orange (count greater than 5)
I tried to use Arcade, but wasn’t successful. I was able to do this using a Python Notebook, but I am concerned about the credit usage. Is there a function/expression in Arcade that I am missing that will help me achieve this?
Thank you for your help.
Grisha.