Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
bartvanwetten
Creator
Creator

Cumulative in pivot table (financial balance, debtors)

Hi all,

in attached document there is a pivot table with a financial balance with Debtors. I can't get it cumulative. I used rangesum() but somehow I never get the needed result. There's a picture in it with the right cumulative results in Excel.

Thx everyone!

Bart

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Use

=rangesum(Before(TOTAL Sum({<Hoofdgroep ={'3'},Subgroep={'2'}, Bron = {'result'}, RekeningType={'Balans'}>} amount),0,ColumnNo(Total)))

or

=rangesum(Before(Sum({<Hoofdgroep ={'3'},Subgroep={'2'}, Bron = {'result'}, RekeningType={'Balans'}>} amount),0,ColumnNo(Total)))

View solution in original post

5 Replies
MK_QSL
MVP
MVP

Use

=rangesum(Before(TOTAL Sum({<Hoofdgroep ={'3'},Subgroep={'2'}, Bron = {'result'}, RekeningType={'Balans'}>} amount),0,ColumnNo(Total)))

or

=rangesum(Before(Sum({<Hoofdgroep ={'3'},Subgroep={'2'}, Bron = {'result'}, RekeningType={'Balans'}>} amount),0,ColumnNo(Total)))

bartvanwetten
Creator
Creator
Author

Many many thx Manish! Exactly the right answer!

MK_QSL
MVP
MVP

Can you close the thread by selecting my answer correct so that others can also use it..?

bartvanwetten
Creator
Creator
Author

Sure sure, but the only action I can see is 'Mark as useful' ?

MK_QSL
MVP
MVP

Whatever you can do...!