Hi all,
I have a point layer for which I would like the symbology to reflect two attributes of a feature. The first would be a binary yes/no, and the second would be based on the current year. The way I would like it to work is:
1. If yes, then color = black.
2. If no, then reference "Year".
3. If "Year" = current year or prior to current year, then color = green
4. If "Year" = current year + 1, then color = yellow
5. If "Year" = current year + 2 or longer, then color = red
The issues I am running into are with the "Year" field. The first issue is creating a Date field which only requires YYYY. I do not need a day or month for this data. A text or integer field solves this, but then the number is not seen as a year to be compared to the current year.
I would prefer not to, but if I use 1/1/YYYY as a placeholder date, I am not seeing a way to compare the date field to "current date" to inform the symbology.
Thank you all in advance for any assistance.