Hey all,
I'm trying to automatically change the filter on a layer on a web map based on the date. For example, I only want points collected in January to show up, but starting in February I only want points collected in February, etc.
I thought about scheduling a notebook, but I don't think you can manipulate an online map with python the way you can with the mapping module in Pro.
I also wrote an attribute expression that returns true if the month of my 'location_timestamp' field is equal to the current month, but I don't see a way to incorporate attribute expressions into a filter. I assumed that was an option, which is why I wrote the expression.
This is obviously not a huge deal but I love a clutter-free map and I love automating things (I picked the right profession!) so I'd love to hear your thoughts!