How to Show only Current Month data

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?

Solved Solved
0 5 963
1 ACCEPTED SOLUTION


Have you considered reading some help docs?

View solution in original post

5 REPLIES 5

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.


Have you considered reading some help docs?

The data then mixes with those from last year! How can I fix this?

If you are looking for data of current month in the current year, you could try 

EOMONTH(TODAY())= EOMONTH([Date])

EOMONTH() - AppSheet Help

 

 

Top Labels in this Space