Creating Time Period Filters (Legacy)
In a time-series report, you might want to group data by different time intervals: such as daily, weekly, monthly. You can create a time_period filter to reuse a single report to support all these summaries.
1) Create a new filter
2) Use a database date converter function together with the time_period
filter. The example query is in PostgreSQL, so the function date_trunc
(doc) is used.
3) Output
#
Optional Date FormatIn the output, even though we choose week, the date format is still day. You can set the date format to By 'time_period' filter
. Holistics will automatically format the date according to the selected value of time_period
filter.
We currently support 3 filter values: day, week, month, and your filter variable must be named time_period
. Otherwise, Holistics will default to date format auto.
Please note the column value is formatted appropriately according to the selected filter value week.