Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rogeriobarbosa
Contributor II
Contributor II

Problem to accumulate values

Hello,
I'm probemas to accumulate values, can not use that option to accumulate in the graph because I want to make an expression, it is necessary to accumulate simple line by line in the table, enclosed example someone please help me.

THANK YOU.

1 Reply
swuehl
MVP
MVP

For your accumalation expression, use

=RangeSum(above(sum(VENDA),0,RowNo()))

instead of

=RangeSum(above(sum(META),1,RowNo()))

Hope this helps,

Stefan