Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8379

Re: how to use the previous row value in the details section further ?

$
0
0

hi Ven G,

 

you can store those values in an array to be used later.

 

create a new formula like the following to place in the Details section.

 

whileprintingrecords;

numbervar array eb;

numbervar c:= c + 1;

redim preserve eb[c];

eb[c]:= {@your ending balance formula};

if c > 1 then eb[c-1];

 

this formula will bring back the previous ending balance.


Viewing all articles
Browse latest Browse all 8379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>