I was wondering how can I get results from a filtering based in the current quarter and the past quarter.
For example for the current quarter I´ll be showing data of the 3rd quarter since we are in September and for the past quarter I´ll be showing the data of the 2nd quarter of this year.
I´ve been playing with dates but cannot figure out yet how to do this.
I’m sure there are many ways to do this, but the first thing that popped in my head is when you create the “thing” that existed in September, you would also have a field on that thing called “quarter.” You’d set the quarter equal to 3 if the date was September. Then, on your filter, you’d just have to filter by the thing’s quarter field.
Not sure what your specific use case is, but I think it’d work.
It´s like a Dashboard where you have the filters: current quarter and previous quarter. So when hitting on current quarter the box below will be showing the current quarter´s “net” “:sum” for example so the user can see the total of all the invoices net amount.