Hi,
I have a Hosted Feature Layer with a point and related table layer. We want to work with certain points and only the related table values for these points
Creating a Hosted Feature Layer View and applying a filter to the point layer (e.g. objectid=1), ALL related table values still persist in the table.
This is an issue as users can access the full related table when we only want them to see records related to the filtered points e.g. via REST, item page, table widgets, show ALL related records, not just those for objectid=1.
Is there a way AT A VIEW level we can have the related records filtered by the parent point layer query?
Thanks