Hi,
I want to filter Reach on today’s date (05/16).
Formula used:
test.Filter(Date= Today()).Reach
I think it does not work because of the time notion in the column format. See below:
Any idea on how I could make it work?
Hi,
I want to filter Reach on today’s date (05/16).
Formula used:
test.Filter(Date= Today()).Reach
I think it does not work because of the time notion in the column format. See below:
Any idea on how I could make it work?
Hey! You can add .ToDate()
to convert a date/time to just date for comparison:
Thanks again @Paul_Danyliuk!