Select to view content in your preferred language

Arcade: How to Symbolize a Feature Layer by Submission Frequency Using Arcade in ArcGIS Online?

503
10
Jump to solution
07-25-2025 12:41 PM
Labels (2)
GrishaPost
Occasional Contributor

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.

10 Replies
GrishaPost
Occasional Contributor

Thank you for your helpful reply and testing!

0 Kudos