Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
please look at the attached pic below:
So the problem is :
We use full accumulation for the column Balance and want to show in column DtCt - D if column Balance is > 0 or C if it is < 0
The problem is that when we use the full accumulation it shows the numbers correctly in Balance , but when we use column(5) ot column Balance it is actually the last column without the accumulation , we have just used the above function in order to managed with the full acc. but without any success
Any idea?
for accumulation
you have to write in expression
rangesum(above(sum(fieldname),0,rowno()))