
Announcements
Hello I was wondering if there was a way to use OData filtering to filter out only items on my list whos number value in columnA is less than number value in columnB, I know I can do columnA lt 10 or whatever number, but is there a way to compare the two columns values and filter in the request for items?
I believe it is not possible to compare 2 columns but you can retrieve all items and then do a filter query that would work but of course you will need to consider the size of your sharepoint list.