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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
manojkulkarni
Partner - Specialist II
Partner - Specialist II

Rolling Month Data

Hi Everyone,

I have one requirement, where in we need to show 12 months cumulative data over 12 months.

eg: for each month we need to calculate data backward for 12 months & same has to be continued for rolling 12 months.

Your solution is much appreciated.

4 Replies
sujeetsingh
Master III
Master III

Where you want the rolling presentations to be in your UI or script.

There are different way to implement --In UI for bars there is option of accumulation in qlicview.

--IN Script

--In UI for bars there is option of accumulation , in Pivot table there are logic of expressiosn to handle

manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

required in charts. Accumulation option will accumulate only the data available in chart. But my requirement is,

if Starting point is Jan14, then data should be calculate from last 11 months i.e from Feb13 to Jan14.

Like this i need show bar chart for 12 months. Jan14 to Dec14.

In every point, it should calculate data for last 12 months.

Anonymous
Not applicable

Hi Manoj,

In chart properties, under Expression tab select the Full accumulation option for you expression.

Hope this will solve your problem.

Regards,

Laxmi

sujeetsingh
Master III
Master III

You need to go for a logic then