Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have this expression in qliksense.now i want Rolling months of last 12 months.how to modify that expression
?
=if(DATE > YearStart(AddYears(Today(),-1)) AND DATE <= Date(Today()),Month(DATE),)
Try below code in Set analysis:
Date ={">=$(= date(addmonths(max(Date),-12))) <= $(=Date(Max(Date)))"}
not able to get the result
I recommend you see the link below:
Set Analysis for Rolling Periods
Cheers
i have used that expression.can anyone pls help me to get rolling months for 6 months(previous 6 months)
See this: Calculating rolling n-period totals, averages or other aggregations