Crystal report loop
- by CrystalLearn
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.