Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Newhaven
Contributor III
Contributor III

Need sum of an calculation for the next calculation

Hello!

I need a calculation in a script.

Value 1 + Value 2 = Sum

Problem now, my sum is the value 1 for the next day.

DayValue 1Value 2Sum
110212
212517
317623
423326
526228
62819

 

I did not find a solution. Tried with an applymap, but this dosn't work.

Anyone a idea?

 

Thx!

1 Reply
rubenmarin

Hi, if it's for script you can use peek(), if it's on front end you can use Above() like:

RangeSum(above(Sum(Value1)+Sum(Value2),0,Rowno()))