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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
fkeuroglian
Partner - Master
Partner - Master

Total Acumulated

Hi Expert

I want to create a total acumulate for every month

for example:

january 100

Febrary 150

March 100

I want to see

January 100

Febrary 250

March 350

i attached model

thanks

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Like this?

Capture.PNG

Expression:

RangeSum(Above(Count(Cartera.Documento), 0, RowNo()))

View solution in original post

4 Replies
sunny_talwar
MVP
MVP

What is the issue you are running into?

Not applicable

use esta expressão:

RangeSum(Above(Count(Cartera.Documento),0,RowNo()))

sunny_talwar
MVP
MVP

Like this?

Capture.PNG

Expression:

RangeSum(Above(Count(Cartera.Documento), 0, RowNo()))

maheshkuttappa
Creator II
Creator II

Attached solution ,