If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
24 Rolling Months from
last month of data
From Maximum month - 24 months.
Hi there
You could try this: AddMonths(Max(DateField), -24).
The output will be a date. Then, you can format it as well as you need.
🤘🔥🚀
Hi there
You could try this: AddMonths(Max(DateField), -24).
The output will be a date. Then, you can format it as well as you need.
🤘🔥🚀
Addmonth is not working.
My fault. I forgot the "s". The function is AddMonths.
Thanks Brother It worked Perfectly.