Forum Discussion
4 Replies
- harikm007Data Warehouse
Hi BharatKankate ,
Try the below approach:
Add a widget filter to the date field. In the filter popup, set 'Day' as level and add the below custom jaql (assuming the start date is within the last 99999999 days)
{ "last": { "count": 99999999, "offset": 7 } }
-Hari
- DRayAdmin
Hi BharatKankate,
Thank you for reaching out. I want to make sure I understand the ask here. Are you wanted a total, but exclude the previous 7 days of data, or do you want the total as of the end of the previous week?
- BharatKankateCloud Apps
I wanted a total, but exclude the previous 7 days of data.
- BharatKankateCloud Apps
Thanks that works