Hi,
I'm using Crystal Reports version 10 on MS SQL Server.
I've been asked to find all costs associated with a particular order.
The user will enter a request number and this request number is linked to only one order (the base order) which contains only the material cost. However, the labor and outside costs are in separate orders all of which contain some variation of the base number.
Allow me to provide an example. Request Number 8530 is linked to Order number 10875. The material costs for order 10875 is $1200. The Labor cost ($850) is in order G10875 and its request number is 8735. The outside costs ($400) is in order G10875-sb which has a request number of 9101.
The report is grouped by the Request Number of the base order. I am able to get the material cost from the base order with no problem, but need to also show the labor and outside costs, which are in separate orders. For example
REQUEST # ORDER # COST
8530 10875 $1200
G10875 $ 875
G10875-sb $ 400
Anyone have any ideas how I can accomplish this? Thanks for your assistance.
DLee
I'm using Crystal Reports version 10 on MS SQL Server.
I've been asked to find all costs associated with a particular order.
The user will enter a request number and this request number is linked to only one order (the base order) which contains only the material cost. However, the labor and outside costs are in separate orders all of which contain some variation of the base number.
Allow me to provide an example. Request Number 8530 is linked to Order number 10875. The material costs for order 10875 is $1200. The Labor cost ($850) is in order G10875 and its request number is 8735. The outside costs ($400) is in order G10875-sb which has a request number of 9101.
The report is grouped by the Request Number of the base order. I am able to get the material cost from the base order with no problem, but need to also show the labor and outside costs, which are in separate orders. For example
REQUEST # ORDER # COST
8530 10875 $1200
G10875 $ 875
G10875-sb $ 400
Anyone have any ideas how I can accomplish this? Thanks for your assistance.
DLee