I have 1st column {OPERATION.SEQ_NO} AND 2nd column{OPERATION.COMPLETED_QTY} on detail section. The data shows:
1st: 2nd:
10 340
20 293
30 260
40 264
If the 2nd column number is lower than the row above, I need the difference on the lower row as 3rd column. See sample that I need on report below:
1st: 2nd: 3rd:
10 340
20 293 11
30 260 43
40 264
If the number is higher than the number above, the 3rd column is blank.
How do I do this?
I am using CR XI
TIA
1st: 2nd:
10 340
20 293
30 260
40 264
If the 2nd column number is lower than the row above, I need the difference on the lower row as 3rd column. See sample that I need on report below:
1st: 2nd: 3rd:
10 340
20 293 11
30 260 43
40 264
If the number is higher than the number above, the 3rd column is blank.
How do I do this?
I am using CR XI
TIA