I have a nested gallery: glyUnitCount
Items: GroupBy(AddColumns(Filter(AttendanceData,Program=varProgram,YRweekNumber=lblYrWeekNum_1.Text,P_or_A="P"),"UnitNum",LookUp(colAlist,Name = AttendeeName,NumberOFUnits)),"AttendeeName","UnitNum","UnitbyAttendee")
Parent gallery: glyDaily
Items: Filter(colAlist,End_Date>=dtAttendanceDate.SelectedDate And Start_Date<=dtAttendanceDate Or IsBlank(End_Date),Program=varProgram)
My Data is a Sharepoint List.... AttendanceData, and a Collection.... colAlist.
I can not seem to get the syntax correct to tie them together by AttendeeName. This does not have to be nested galleries but I can't figure out how to combine the two. Essentially I need the filter from the Parent gallery to filter the nested gallery.
Any suggestion is appreciated!