Forum Discussion
Atinder
Helper III
3 years agoDate and time filter in ODATA URL
Hello, I want to use date and time filter on the ODATA URL. I want to see all the entries from 2022-10-01 and I used this filter: $filter=SystemCreatedAt%20ge%202022-10-01T00:00:00Z" but it not...
Anonymous
3 years agoNot applicable
Hi Atinder ,
Please refer to the solution in this thread and try adding 'datetime' to it:
Solved: Filter by DateTime in Odata
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
- Atinder3 years ago
Helper III
Hi Anonymous ,
That solution doesn't work for me. That solution is for the table and I am using ODATA link and i cannot convert format in the link. I know i can filter out date after it loads the data but then there is too much data to filter from.