Crystal report loop
Posted
by CrystalLearn
on Stack Overflow
See other posts from Stack Overflow
or by CrystalLearn
Published on 2010-05-17T04:01:50Z
Indexed on
2010/05/17
4:10 UTC
Read the original article
Hit count: 210
crystalreport
Hi All Master,
I have a running total and would like to stop it when condition is match. Eg :- I have STOCK qty 100pcs ; qty are accumulate from Purchase Order Receiving transactions as below :
No. Qty Accumulate
1. 20 20
2. 30 50
3. 10 60
4. 40 100
5. 20 120
The running total should stop at no.4, because it have reach the STOCK qty 100.
Thanks in advance.
© Stack Overflow or respective owner