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

Announcements
Recent discussions are temporarily down — we're working on it and will be back shortly.
cancel
Showing results for 
Search instead for 
Did you mean: 
darrellbutler
Creator
Creator

Rolling Twelve Months

Hi, I want to plot a graph with month year as a dimension. The expression I want to show is the last twelve months sales. So for Jan2011 I want to show sales from Feb 2010 to Jan 2011 and so on.

Any pointers gratefully received !

Labels (1)
2 Replies
Not applicable

Easiest way is to make it a calculated dimension

if(month_year>=time_period_begin and month_year<=time_period_end,month_year)

Then select

Supress when value is null

SunilChauhan
Champion II
Champion II

see the attached file

hope this helps

Sunil Chauhan