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: 
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

1 Solution

Accepted Solutions
sunny_talwar

Like this?

Capture.PNG

Expression:

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

View solution in original post

4 Replies
sunny_talwar

What is the issue you are running into?

Not applicable

use esta expressão:

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

sunny_talwar

Like this?

Capture.PNG

Expression:

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

maheshkuttappa
Creator II
Creator II

Attached solution ,