I have a SharePoint list that has over 500 items and I need to filter out the data based on conditions.
The formula below will filter out most of the items but any items recently entered will not show up. This happens because of the delegation rules I'm guessing.
How can I overcome this and retrieive all of the data?
SortByColumns(Filter('DOT List', StartsWith(Truck_x0020_Number, TextSearchBox1.Text), Author.Email=User().Email && Complete.Value="Yes"), "Date_x0020_and_x0020_Time", If(SortDescending1, Descending, Descending))