Change the grouping of data
Comments
-
Hi,
I am working on a report and I am wanting to Filter the data to only show that Months worth, and then group by week.
Is this possible ?Thank you.
-
Hi,
In the report, you can set a filter to only show data created within X Days. There is also a calculated Column called get_date_age that gives you a column that looks at how long ago from now a date is. This, by default will go from days to weeks to months, so it should be kind of what youre looking for.
Thank you.