I have a points layer in ArcGIS Online with a related table that lists multiple interventions for each point (e.g., Striping, Signage, Lighting). The relationship is one-to-many (PointID → Interventions).
The related records display correctly, but I can’t figure out how to create a filter so I can locate all points with a certain intervention (for example, all points that need Striping).
Do filters in AGOL only work on fields in the primary feature layer?
Is it possible to filter points by values stored in the related table?
If not, what’s the recommended workflow — duplicating intervention info into the point layer, creating layer views, or another method?
Any suggestions or best practices would be greatly appreciated.