Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: 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