Working on a project with an end state of passing on increased material costs to a customer. My final calculation will include any material that meet certain criteria as well as any outsourced operations.
I found a BAQ from Doug C that creates an indented BOM. I tweaked it to include some table criteria, additional necessary fields, sorting that handles materials that appear twice in the list, etc.
I have also created a BAQ that lists any outsourced operations for parts on the price list.
I need to essentially “append” the outsourced operations list to the materials list, then resort so that operations are at the top for each material. I’m at a loss on how to union the two queries. Any help would be greatly appreciated!
BOM Materials.baq (70.0 KB)
BOM Operations.baq (84.2 KB)