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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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