Hello,
I have a gallery which displays the search results from a specified date range but it isn't working properly and I was hoping someone could help. I have 2 date selectors BeginDate and EndDate. As soon as the dates are selected the results displayed in my Gallery using a filter command. The information comes from a Sharepoint list 'MaintenanceLog' which has information going back to 01/01/2018 to the present date. Now here's the puzzling part (for me). If I enter a date range between 01/01/2018 and 09/07/2018 the Gallery will display all of the information requested but if I enter a date range between 10/07/2018 and say 25/11/2019 there are no results displayed even though the data is there in the sharepoint list. I have included the filter formula below I have used in my Gallery though I think I have proved this works as it does produce results before 09/07/2018. I suspect it may be something to do with the actual sharepoint list but I am completely stumped. - any help would be greatly appreciated
The formula in my Gallery is:
'SortByColumns(Filter(MaintenanceLog,Date>=BeginDate.SelectedDate && Date<=EndDate),"Date",Descending)'