I would like to print a report that represents a summary of a sales
order. In this report I would like each item that is repeated in a
salesLine for each salesorder to be grouped and sum the quantity
based on the delivery date of the sales order. EXAMPLE:


SALESORDER 1
DELIVERYDATE= 16/01/2002
SALESLINE
=========
ITEM= OL-1000
QUANTITY = 20

SALESORDER 2
DELIVERYDATE= 16/01/2002
SALESLINE
=========
ITEM= OL-1000
QUANTITY = 40

The report should display:

DATE 16/01/2002
ITEM            QUANTITY
OL-1000         60
----------------------------------------------------------
How can I achieve this?





Yahoo! Groups Links

Reply via email to