Hi,
I made the following filter for a gallery to find corresponding items in two datasets:
Sort(Filter(Absenzenuebersicht;Nachname in colTeamLernende.surname And Vorname in colTeamLernende.givenName And Datum=DatePickerAÜ.SelectedDate);Nachname)
This works fine but "in" and also "And" produce delegation warnings. Is there any other way to get the same result but with no delegation warning?
Thanks,
hpc