How do I put a filter?
Example: I want the app to show me only one time period of the month.
as well as filter a spreadsheet
How do I put a filter?
Example: I want the app to show me only one time period of the month.
as well as filter a spreadsheet
You can create a slice of your data with the expression of your slice being MONTH([DateColumn]) = to whatever date you want.