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: 
BrandonN
Contributor II
Contributor II

Rolling Cumulative Sum Set Analysis

Hi everyone,

Need helps on rolling cumulative Sum in Set analysis. 
Is there anyway I can achieve rolling cumulative sum in set analysis?  

rolling.png

I tried expression SUM(Date={">=$(vLast3Month)<=$(vMaxDate_CY)"} SalesAmount) but in Line chart I am not getting the cumulative and rolling sum for every 3 months. 

Thank you

Labels (2)
1 Solution
2 Replies
anat
Master
Master

RangeSum(

               Above( total Sum(  SalesAmount)

        ,           0, 3)

                    )