Bennie47250
Programmer
Using Crystal 7.0
Have a classic relation DB setup. The 100 records has “header” information (PO #, order date, shipping instructions…), the 200 records has detailed order information. (qty ordered, description….)
Would like to be able to produce a report that has the tables joined but only one line per order number. Right now my report will have 3 lines of data if the order has 3 items on it. All the information is identical except for the qty ordered and description
Example:
PO# Order Date Qty Description
1 6/14/2002 3 abc
1 6/14/2002 5 efg
1 6/14/2002 6 xyz
Would like to see something like this:
PO# Order Date Qty and Description
1 6/14/2002 3 abc, 5 efg, 6 xyz
I’m designing the report to export to Excel so this needs to be taken into consideration.
Thanks in advance
Bennie
Have a classic relation DB setup. The 100 records has “header” information (PO #, order date, shipping instructions…), the 200 records has detailed order information. (qty ordered, description….)
Would like to be able to produce a report that has the tables joined but only one line per order number. Right now my report will have 3 lines of data if the order has 3 items on it. All the information is identical except for the qty ordered and description
Example:
PO# Order Date Qty Description
1 6/14/2002 3 abc
1 6/14/2002 5 efg
1 6/14/2002 6 xyz
Would like to see something like this:
PO# Order Date Qty and Description
1 6/14/2002 3 abc, 5 efg, 6 xyz
I’m designing the report to export to Excel so this needs to be taken into consideration.
Thanks in advance
Bennie