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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikconsultant
Creator III
Creator III

sum of the next 3 lines

Hi,

i looking for a way to get the the sum of the next 3 lines. My table has 80.000 lines.

Row
Valuesum of the 3 lines
08:0126
08:0216
08:0335
08:0423
08:0512
08:0620
1 Reply
MayilVahanan

HI

try like this

RangeSum(Below(Sum(Value),1,3))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.