Hello,
I want to create a nested gallery. I have two sharePointlist, YearPlan and ActivityPlan. There can be multiple YearPlans for companys containing multiple activityplans.
List1 (YearPlan) PlanID, HumanResoutces, ITResources, Techresource
List2 (ActivityPlan) PlanID, Category, Category2, Indicator
How do I set up the filtering ? on the nested Gallery
First gallery I suppose the Items would be YearPlan
In the nested gallery it should be somthing like
Filter(YearPlan;ThisItem.Title in ActivityPlan.Title)
But this only show the items of the first list.
Can anybody please help me ?