I am using Sage 50 (formerly Peachtree) Quantum 2013 with Crystal Reports 2008. Sage 50 uses Pervasive SQL as the database.
I am creating a report to print shipping labels with the following information:
Customer Name
Sales Order #
Part #
I need to print a shipping label for the number of parts on the sales order. For example, if the sales order has:
Quantity Item Amount
1 A $100
2 B $500
1 C $200
then 4 shipping labels should be printed, 1 for item A, 2 for item B and 1 for item C.
The problem is getting the report to show another label for item B. Currently, the report only lists item B once.
Here's how my design looks:
Details a CUSTOMER: {Customers.Bill_To_Name}
Details b WO# {Jrnlhdr.Reference}
Details c PART# {LineItem.ItemID}
How can I get the data to repeat for each quantity (if quantity is greater than 1)?
Thank you for your help.
I am creating a report to print shipping labels with the following information:
Customer Name
Sales Order #
Part #
I need to print a shipping label for the number of parts on the sales order. For example, if the sales order has:
Quantity Item Amount
1 A $100
2 B $500
1 C $200
then 4 shipping labels should be printed, 1 for item A, 2 for item B and 1 for item C.
The problem is getting the report to show another label for item B. Currently, the report only lists item B once.
Here's how my design looks:
Details a CUSTOMER: {Customers.Bill_To_Name}
Details b WO# {Jrnlhdr.Reference}
Details c PART# {LineItem.ItemID}
How can I get the data to repeat for each quantity (if quantity is greater than 1)?
Thank you for your help.