Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have last 18 moths data for 1 year I need to show all 12 months and resp data for >1 year option I need to show remaining 6 month
(> than last 12 months data) data.
Can you please suggest what would be set analysis expression for this
Can you try these?
For 12 Months
Sum({<MonthYear = {">=$(=Date(AddMonths(Max(MonthYear),-12),'MMM YYYY')) <=$(=Date(Max(MonthYear),'MMM YYYY'))"}>}Value)
For 6 Months
Sum({<MonthYear = {">=$(=Date(AddMonths(Max(MonthYear),-6),'MMM YYYY')) <=$(=Date(Max(MonthYear),'MMM YYYY'))"}>}Value)