Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

Showing last 12 months data.

Hi All,

PFA

Can you please suggest how to show last 12 months data

thanks

2 Replies
arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Kishor,

I think You require rolling 12 months data :

Please go thorough below thread.

12 month rolling data

max year rolling 12 months

Thanks,

Arvind Patil

Anonymous
Not applicable

use the function Today() --> Today() -12 and all this in a month function -- > month(Today() -12)

or

= {">=$(=Date(AddMonths(vMaxDate, -12), 'MMM-YYYY'))<=$(=Date(vMaxDate, 'MMM-YYYY'))"},

and vMaxDate = Tady()

another way more efficient and useful is to create in your script a calendar where you'll have for days, months, years, quarters and then use it as a dimension