Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
orital81
Partner - Creator III
Partner - Creator III

RangeSum of values below

Hello,

I need to Sum all Trans Values of lines bellow to determine the Open Balance

(I know the current and I want to calculate past balances using the accumulated transactions made in previous months)

As seen in the table below, I need to calculate Open Balance in my attached QVW file.

I know I need to use RangeSum and Below functions, but how exactly?

TRANS_YMItems.CodeCurrent BalanceTrans ValueOpen BalanceOpen Balance Calc
2012-0711007/C/3R62850.91-141.2362992.14=C2-(D2)'
2012-0611007/C/3R -706.1563698.29=C2-(D2+D3)'
2012-0311007/C/3R 063698.29=C2-(D2+D3+D4)'

Please assist,

Thanks

Ori

3 Replies
Not applicable

Hello Ori

I started trying a new expression but your's was actually fine, what you needed to do is select full accumulation for the expression.
I attach my version with 2 options for the expressions just in case it helps for another time
Regards,

orital81
Partner - Creator III
Partner - Creator III
Author

Hey Pablo

This is realy wierd... It didn't work in my version with the same expression.

But now it works, no explenation. Anyway, thanks for your help.

The correct expression is:

 

Column(1)-rangesum(Below(Column(2),0,RowNo()))

Not applicable

Please check if in your version you have this checked for your open balance expression.
I think that was why yours was not working
Hope it helps!

full accumulation.JPG