This is the Items code for my gallery and it works fine, however I am worried my data source might creep up beyond 2k . Is there anyway I can change the syntax below to not get delegation warnings. The warnings seem to be on the And and the In
Filter(MyDataSource,Status="Complete" And MyPerson.DisplayName in Label4.Text And (Text(Date, DateTimeFormat.ShortDate) = Text(Today(), DateTimeFormat.ShortDate)|| Text(DateAdd(Today(), -1, Days),DateTimeFormat.ShortDate) = Text(Date, DateTimeFormat.ShortDate)))
TIA