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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
QS21
Creator
Creator

Forward Cumulative sum

Hi all, I am trying do a forward cumulative sum. Example I have a MMMYY field and some numbers.  If current reporting month is April22, and I select jan22 from my date field, I shd see the sum of values from Jan till date. It shd be dynamic based on selection and if I want to show 1 year data in table also how can I show these s values.

Labels (7)
2 Replies
salonicdk28
Creator II
Creator II

Can you please share the sample data and what are you looking for basically

Thanks,

Saloni

vinieme12
Champion III
Champion III

=Rangesum(Above(

Sum({<Date={">=$(=Date(max(Datefield),'yourdateformat'))"}>}Sales) , 0 , Rowno() ) )

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.