priyanthan
Programmer
I have a report with duplicate records and need to summarize few fields.
I’m using the following formula (@DisPurchase) to eliminate the duplicate records,
If Onfirstrecord or ({BNSMISRPT.TRANSEQ}) <> previous ({BNSMISRPT.TRANSEQ}) then
{@Purchase}
else 0
When i try to sum the @DisPurchase I’m not able to sum.
Working with CR 8.5 / DB2
Can anyone please help me with this.
Thanks.
I’m using the following formula (@DisPurchase) to eliminate the duplicate records,
If Onfirstrecord or ({BNSMISRPT.TRANSEQ}) <> previous ({BNSMISRPT.TRANSEQ}) then
{@Purchase}
else 0
When i try to sum the @DisPurchase I’m not able to sum.
Working with CR 8.5 / DB2
Can anyone please help me with this.
Thanks.