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: 
Anonymous
Not applicable

accumulate

Hello all.

I can not accumulate.
Does anyone have an idea?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You probably want to accumulate across column segment (year)?

=rangesum(Above(total sum(VENDA),0,RowNo(total)))

View solution in original post

4 Replies
swuehl
MVP
MVP

You probably want to accumulate across column segment (year)?

=rangesum(Above(total sum(VENDA),0,RowNo(total)))

Anonymous
Not applicable
Author

I want to cumulate regardless of the DIMENSION.

This function did not work.

=rangesum (Acima (soma total (VENDA), 0, RowNo (total)))

swuehl
MVP
MVP

I haven't suggested to use the function you are stating.

Please see attached. Is this what your want (using my above expression)?

Anonymous
Not applicable
Author

It worked now.

Thank you.

rangesum(Above(total sum(VENDA),0,RowNo(total)))