I want to Show only the current month data on the table
I tried adding =MONTH(TODAY()) but it didn’t work
How can i do this?
I want to Show only the current month data on the table
I tried adding =MONTH(TODAY()) but it didn’t work
How can i do this?
You need to create a Slice with below expression:
MONTH([DateColumnName]) = MONTH(TODAY())
Sorry I didn’t understand the meaning of Slice, I’m new to appSheet.
I added your forumla and I’m getting the following error.