Forum Discussion
Tamras1972
Aug 01, 2023Iron Contributor
SharePoint Classic - Rest API - Javascript
We have this page with CEWP that pulls data from a list and displays on a datatable. Currently, there are over 16k records in the list but I thought as long as the filter returns less than 5000, it ...
- Aug 02, 2023
Fixed the issue by changing the filter:
$filter: ((EndDateISO ge datetime'2023-08-02T07:00:00.000Z') and (StartDateISO le datetime'2023-08-31T07:00:00.000Z') and (Section eq 'X Section'))
Tamras1972
Aug 02, 2023Iron Contributor
Fixed the issue by changing the filter:
$filter: ((EndDateISO ge datetime'2023-08-02T07:00:00.000Z') and (StartDateISO le datetime'2023-08-31T07:00:00.000Z') and (Section eq 'X Section'))