Hello!
Looking for suggestions on how to approach this!
I have a web map that displays available positions for 26 offices. The feature layer gets updated daily using an automated Python script. Not all the offices advertise jobs at the same time.
Since all the offices need to have a specific symbology, I am using a column with all the office names as the field for my symbology. However, this causes the legend to display all the office names regardless of whether they have a position or not.
My questions are:
Is it possible to configure the legend to only show the names of the offices that have positions?
Should I be using the ArcGIS API for Python to assign the specific symbology only to the offices that have positions?
Any suggestions are welcome! Hope this makes sense.