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: 
NiceAnalyse
Contributor
Contributor

cumulate rows within a pivot table

I need to cumulate rows within a pivot table, but it only works within the columns with this functoin:

RangeSum(Above(TOTAL Sum(Wert), 0, RowNo()))

 

Many many thanks in advance!!!

Labels (1)
1 Reply
vincent_ardiet_
Specialist
Specialist

Try with
RangeSum(Before(Sum(Wert), 0, ColumnNo()))