Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How accumulate using a variable with a sum of the field.
Could you tell us witch value would you like in your graph?
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)))