I'm looking for help with the following layout, using Crystal 8.5:
There should be two columns on the report detail section.
If field1=x, print in the right column ... otherwise print on the left column. BUT I don't want blank lines on either side, so I can't just put conditional suppressing in the detail lines.
The report should look like this:
PAYMENTS TYPE 1 | PAYMENTS TYPE 2
-------------------------------------------
DATE CHK AMOUNT | DATE CHK AMOUNT
|
99/99/99 123 100.00 | 99/99/99 345 200.00
There are no groups, just detail records from a single table.
Is there a way to do this?
Thanks!
Elky Langer
There should be two columns on the report detail section.
If field1=x, print in the right column ... otherwise print on the left column. BUT I don't want blank lines on either side, so I can't just put conditional suppressing in the detail lines.
The report should look like this:
PAYMENTS TYPE 1 | PAYMENTS TYPE 2
-------------------------------------------
DATE CHK AMOUNT | DATE CHK AMOUNT
|
99/99/99 123 100.00 | 99/99/99 345 200.00
There are no groups, just detail records from a single table.
Is there a way to do this?
Thanks!
Elky Langer