Is there any way to apply a spatial filter in AGOL Map Viewer?
I need to be able to display only the points that are within a polygon boundary.
But I also need to have those points joined to separate (not related) table (the attributes in the table will be used to symbolize the layer and in pop-ups). The table needs to be separate so another person can update the table but NOT have access to the main feature layer.
And I need to the points to stay "live", or auto-update regularly.
I know I can filter by a polygon area when creating a view layer. And I can create a joined view layer. But I need to do both!
Is there any way to do this in Arcade? Or some other way I haven't thought of yet?
It seems like this capability should exist...
Or is there a way to utililize Python and Notebooks to help accomplish this? (I have no experience with Notebooks and a little with Python but I'd like to learn!)