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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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()))