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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Last 3 months accumulate values

Hi Everyone,

I need your help. I need to calculate values based on the last 3 months. My dataset doesn't contain values for all months. Please take a look into table below.

Problem in Accum by last 3 month. I'm not sure if I can use Rank function for it.

Year_MonthValueAccumAccum by last 3 month Accum by last 3 month (Formula)                 
2012.011001001002012.01
2012.021502502502012.02 + 2012.01
2012.03503003002012.03 + 2012.02 + 2012.01
2012.063006003002012.06 + 2012.05 + 2012.04
2012.082008005002012.08 + 2012.07 + 2012.06
2012.091509503502012.09 + 2012.08 + 2012.07
2012.105010004002012.10 + 2012.09 + 2012.08
2012.1230013003502012.12 + 2012.11 + 2012.10

Thanks in advance for your help!

1 Reply
giakoum
Partner - Master II
Partner - Master II

you can use Above function to achieve that.