I am trying to create a filter that has the following options to display the data:
Date range (day, week, month, year) that would then have an option to group the data by the day, week, month or year.
So say I have 6 months data. A user would want to see the last 3 months data (first filter) but display in in weekly format. (see an average of data for that week, excluding weekends) I would like it to be a page level filter, not just an object level filter.
The dashboard I have created is ticket volumn data. with #tickets on the Y axis, Date created\resolved on the x.
Thanks for any help. I could not find the answer in the forum.