Help

API-Filter for dates

1136 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Fabian_Wierzbin
4 - Data Explorer
4 - Data Explorer

Hi,
I’m tryin to do api-request with “filterByFormula”.
I want to filter by date and to filter by range.

I tried something like that, but it doenst work (Gettin no records):
AND((DATUM) >= “02-01-2020”, (DATUM) <= “02-31-2020”)

How do i have to implement this kind of filter?

Thanks for your help!

1 Reply 1
Fabian_Wierzbin
4 - Data Explorer
4 - Data Explorer

Got it:
AND(IS_AFTER((DATUM), "2020-01-31"), IS_BEFORE((DATUM), "2020-03-03"))