Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 working. What filter do i need to use here?
Thank you!
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
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.