I am trying to create an on-time ship report in Excel that pulls from SL. The report looks at the promise date (SoLine.PromDate) on the sales order and compares it to the actual ship from the shipper (SoShipHeader.ShipDateAct). The Problem is that depending on what table I pull the ordnbr from the promise date or the ship date are not correct. If I pull the ordnbr from a So table then all the lines on the sales order show as shipped for each line shipped, and if I pull the ordnbr from a SoShip table than the Promise Date always shows as the promise date for the first line of the sales order, which makes all lines after the first appear late. Any suggestions on how to make the report look at the promise date for the correct line?
*This post is locked for comments