Hi Frds,
I need to resolve this problem, kindly can someone help me on this.
Resource
I have a sharepoint list which contains two date column Duedate and ModifiedDate. This list contains 50K+ items
Problem:
I have to filter the items which is Duddate is greater than or equal to Modified Date.
I know we can get all items and then we can filter by looping items but I dont want that solution.
I need an caml query to resolve this issue