Hi, how do I setup a Time Filter that identifies if the current month falls under the current quarter?
To be specific, I want to aggregate the values of line items for specific months that falls under different time periods such as:
3+9: Aggregates the values of the months April to Dec
6+6: Aggregates the values of the months July to Dec
And so forth.
Thanks.