Slice/Displaying all rows for today date

I am trying to create a slice where it needs to display the rows with todays date as match (no matter what the time is)

I have tried with https://prnt.sc/H3svPoE97nbG

DATE([Next Action Date]) >= TODAY()

The table definition is here: https://prnt.sc/24icINLBkAtB

Sheet data is here: https://prnt.sc/6LVUNJKpbn9O

Whare I am doing wrong?

0 3 57
3 REPLIES 3

In general your expression in post is  correct. However your test pane is showing an expression of 

DATE([Next Action Date]) = TODAY()  

https://prnt.sc/H3svPoE97nbG

The greater than (>) operator is missing in your above screenshot. So the expression may not be returning the desired results because at least in test pane there is no record with todays action date.

 

There are records below. But this doesn't work. I have already posted this in my question

Today is 28th in my Geo

https://prnt.sc/6LVUNJKpbn9O

There must be a way to do this, I am not sure. https://prnt.sc/8pUj1ykiKxYg

@Steve 

I refuse to visit external links for security reasons. Please include your screenshots directly in your post.

Top Labels in this Space