How to symbolize a feature based on values from multiple fields using Arcade?

587
2
04-14-2020 07:23 AM
HMorrell
New Contributor II

I am trying to symbolize a map in ArcGIS Online that will be used in Collector.  I am working with points that have 2 attribute fields of importance; "WorkType" and "Status". I am trying to write an Arcade expression that will do the following:

If "Status" equals 'incomplete', symbolize using unique values in the "WorkType" field.

If "Status" equals 'complete', symbolize the points with a green check mark.

Any help is greatly appreciated.

0 Kudos
2 Replies
VictorCoelho
New Contributor III

I believe this Blog have the information you need to symbolize your map: https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/use-arcade-expressions-to-map-your-i... 

0 Kudos
HMorrell
New Contributor II

Thank you Victor. Have a great day.

0 Kudos