Feb 14, 2023 12:51 AM
How to create formula that filter the rows by last month?
The filter function doesn't allow a date range (which is strange).
e.g. If I want to filter rows with dates fall within February 2023, how do I do that?
Thanks a lot!
Feb 14, 2023 01:27 AM
You could create a formula field and use filters off of that?
And the formula used was `MONTH(Date) = MONTH(TODAY())`Link to base