Include BOM for each item code in Crystal Report

SUGGESTED

Hello,

I'm modifying the Accounts Receivable Invoice History Report to include Bill of Materials, grouped by Item Code. So far, I've joined the BM_ProductionHistoryDetail, BM_ProductionHistoryHeader and BM_ProductionHistoryTierDist to the report and I'm having trouble determining how to best go about this. The only thing I've figured out should work (but didn't for me) was joining the production sequence number in detail to the header table, then pulling the BillNo into the group but it breaks the report no matter where I place it.

I'm new to BOMs so any help would be greatly appreciated. 

Parents Reply Children
  • 0 in reply to Kevin M

    Sub-report ended up being a slam dunk, for the most part. The only hole in the logic is regarding the serial numbers. The only reliable link we can make is BM_ProductionHistoryHeader.LotNoOrStartingSerialNo to AR_InvoiceHistoryWrk.LotSerialNo. The issue with that obviously is if there are multiple serialized components, we're not going to get the rest of those serial numbers. My manager and I have been scouring the tables and can't find a link for this. Any ideas?