Rest API:
/_api/Lists/GetByTitle('test')/items?$filter=year(salesdate) eq 2020
Want to filter based on year of a date field but return the error "The query is not valid"
How to query this ?
Rest API:
/_api/Lists/GetByTitle('test')/items?$filter=year(salesdate) eq 2020
Want to filter based on year of a date field but return the error "The query is not valid"
How to query this ?