I am using a datasheet with 26 columns and >5000 records (it grows each day as more information is inputted). Filters are applied to four of the columns and two of these filters are custom filters using OR or AND joins. When I've applied three of the four filters, all of the appropriate information is there, but when I apply the fourth filter, at least half of the necessary data disappears. It does not matter in which order I apply the filters. Two of the columns being filtered are indexed.
Does anyone have any idea why this is happening? The only reason I can think of is that SharePoint is hitting some sort of limit, but I am not very familiar with SharePoint and am not even sure what kind of limits would prevent a query from completing
without giving an error message.