Hi all,
I have been requested to create a BAQ that shows the demand for material parts specifically from sales orders, so not the demand for the top level part, but its materials. We have started by creating a subquery that pulls in the orders and parts required for it and qty of top level part required. Then the next subquery lists the material parts for that part and multiplies how many of the material part top part requires by the number of top part required. However, the issue we run into is that some of the material parts are actually subassemblies that have component parts themselves, which again there is a requirement to know the demand for those, but the BAQ doesn’t show that.
Has anyone had to do something similar please; how did you go about it? Thank you!