AP Invoice BAQ Help

I am trying to create a BAQ showing all invoices (1/1/2025 - current), inv lines, total invoice amount and amount per line, vendor name, part numbers and descriptions. I would also like to add the GL account associated to the invoices.

Currently have: APInvHed inner joined to APInvDtl on Company = Company, InvNum = InvNum, VendorNum = VendorNum.
ApInvHed inner joined to Vendor on Company = Company and VendorNum = VendorNum
ApInvDtl left outer joined to Part on Company = Company and PartNum = Partnum.



I believe I have a solid foundation for it but am running into the problem of not all Part numbers are displaying. Prime example is Invoice 82955886 has 6 lines, none of which show part #, desc, or UOM. But in AP invoice tracker, it shows these were added.

Can someone help me understand why this is happening before I even attempt to try and add the GLaccounts? - side note, I plan to use GLJrnDtl to accomplish this, does anyone have advice on if this is the correct way to accomplish what I’m looking for?

Any help is appreciated, thank you BAQ Wizards.

Update, I was initially pulling Part#, Desc, UOM from Parts table but instead pulled them from ApInvDtl.

The Part details for the example you are showing as Line Type “Receipt of Goods” can be pulled from APInvDtl.RcptPartNum and/or APInvDtl.POPartNum (I have mine set to POPartNum so it includes Qty Released and Qty Received). The parts that pulled from the successful attempt are non-PO or Misc items and the part number is entered on the Invoice line directly.