sdonaldson
Programmer
I'm using CR 8.5 Developer Edition on Windows 2000.
I have to produce a report which lists transactions from an MS-SQL database where the account number is common and the value is equal and opposite. For example, given the data below...
Record A/C Value
------ --- ------
1 001 50.00
2 002 10.00
3 001 -50.00
4 003 1.00
5 001 -10.00
...I wish to show only records 1, 3, 2, and 5, in that order. The report must not show any record unless there are one or more other records for the same account number with an equal and opposite value.
I have sorted the report so that the data is extracted in account number and absolute value order, but I can't get CR to print/suppress the Detail section in the desired manner.
I have tried to implement a conditional suppression formula, but with only limited success.
Anyone have any ideas how best to achieve this ?
Thanks in advance for your help.
Shaun
I have to produce a report which lists transactions from an MS-SQL database where the account number is common and the value is equal and opposite. For example, given the data below...
Record A/C Value
------ --- ------
1 001 50.00
2 002 10.00
3 001 -50.00
4 003 1.00
5 001 -10.00
...I wish to show only records 1, 3, 2, and 5, in that order. The report must not show any record unless there are one or more other records for the same account number with an equal and opposite value.
I have sorted the report so that the data is extracted in account number and absolute value order, but I can't get CR to print/suppress the Detail section in the desired manner.
I have tried to implement a conditional suppression formula, but with only limited success.
Anyone have any ideas how best to achieve this ?
Thanks in advance for your help.
Shaun