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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ACCUMULATE

How accumulate using a variable with a sum of the field.

Labels (1)
2 Replies
Not applicable
Author

Could you tell us witch value would you like in your graph?

swuehl
Champion III
Champion III

Your variable TESTE is already set to sum(Venda). So don't use a sum($(TESTE)).

(double use of sum)

Either use only your variable or change the variable to Venda only, e.g. for the first suggestion use:

=rangesum(Above(total $(TESTE),0,RowNo(total)))