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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

running totals with before. Example included

rangesum(before(sum(Counter), 0, 60))

This works .. but is this possible without the 0,60?


1 Solution

Accepted Solutions
Not applicable

Hi

You may use:

rangesum(sum(Counter), before(LabelName)) 

exampleis attached

View solution in original post

2 Replies
amien
Specialist
Specialist
Author

rangesum(before(Counter, 0, ColumnNo()))

without columnno possible?

Not applicable

Hi

You may use:

rangesum(sum(Counter), before(LabelName)) 

exampleis attached