Using Crystal 7.0 & Scala 5.0. I am combining revenue & cost data into 1 report. I need to combine the details by sales order # and use the customer code from the revenue source. Unfortunately, the data tables are not linked by sales order#.
Customer Code SO# ACCT Rev$$ COS
GUL01 8268 1210 500.00
TIRRUNIT 8268 3000 1500.00
The final line of data should be:
TIRRUNIT 8268 1500.00 500.00
How can I accomplish this?
Customer Code SO# ACCT Rev$$ COS
GUL01 8268 1210 500.00
TIRRUNIT 8268 3000 1500.00
The final line of data should be:
TIRRUNIT 8268 1500.00 500.00
How can I accomplish this?