Hi there,
I am trying to symbolize the expiry dates of applications and would like to group them in 4 year time groups.
I am currently using the Arcade expression:
return Month($feature.Expires) + "/" + Day($feature.Expires) + "/" + Year($feature.Expires)
And would like to know how to group it so one class is 20/01/2030 - 20/01/2034 and the next class is 21/01/2034 - 21/01/2038?
I have tried simply symbolizing it based on the attribute but it does not appear in the symbology drop down pane.
Any tips? Thanks!