Hello,
I have a Gallery that the Dataverse tables that populate it has a Many to One relationship and requires filtering.
Gallery1 (galProjects) contains a list of projects, and is filterable based on the Dataverse view so no issues there.
Gallery2 (galTasks) contains a list of items that fall under that are associated with that project by project code in the relationship and as such the data source is galProjects.Selected.'Project Items' which produces the list of initial items correctly.
However, this list requires filtering based of the values within this Project Items table, specifically a "Task Completed" Yes/No option and a Multiple Selection option for "Initial Check" (With the options Non-Issue, Team 1, Team2, Team 3). The filter would ideally apply so those entries where the Task Completed is set to "Yes" and the Initial Check is set to "Non-Issue" are excluded.
While filtering a Gallery directly by these values is not an issue, attempting to filter a gallery with a the above formula data source is just causing errors with whatever I try.
Any help would be greatly appreciated.