Hi all,
I’m having a set of data(data for 3 months) and i would like to display the data as below,
- per day data in a widget
- per week(last 7 days) data in a widget
- per month(last 30/31 days) data in a widget
I’ve tried the “mean function”, “diff function” and the “last function”. But those functions doesn’t helped me out.
So could anyone help me on the above requirements?