I’m looking to create a BAQ to list all operations performed on a part and the details for each part. I’ve created a BAQ for an exploded BOM list, but when I apply the same principles to operations it doesn’t really work. There could be several more levels to the operations list than materials and many more operations, which is why it might fail.
Operations aren’t really recursive. You have a part number and the operations that get applied to that part, but when it goes up to the next level it’s another part number. If you are looking at all of the operations to a lower levels then you’ll just do the bom with the part numbers like you already did, then join that to the part number to get the operations.