Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

12 rolling months dynamically

Hello Friends,

I would like to create a control, that should manage 12 rolling months.

I have a data of 2009,2010,2011,2012, now we are in July, by default it should display the July 2012 in reverse of 12 months and a arrow button should move one month forward and one arrow button for backward.

Can any one tell me how to achieve it, any working example will be appreciable.

Regards

Chriss

1 Reply
Not applicable
Author

Hello Chriss

You can use this function to achieve what you need:

=AddMonths(today(),-12) --->This will return 7/19/2011

You can also use a variable instead of today and with that you can create the rolling 12 month view
Hope this helps

Pablo