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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

3 month rolling average before and after

Hi All

IN a pivot table I have been trying to calculate a time series showing a 3 month rolling average that includes the month before and month after the current month eg for April i want the average to be for data in March, April and May. I could not find the answer on the community so thought i woudl put it up if others are having the same problem.

Solution:

=rangeavg(after($(varActivity),0,2), before($(varActivity),1,1)  )

Note i think this will only work in pivot tables

thanks

dan

1 Reply
SunilChauhan
Champion II
Champion II

please see the attached

replace fields

you will get the desired result

Sunil Chauhan