I’m working on creating a BAQ for Parts that have no purchase history at the current revision level. For us, when a part is revised, it will increase our lead time. Our purchasing department would like to have visibility on these parts before they submit a PO. They can find their answer with other menu’s but I would like to create this in a dashboard and narrow it down to some specific part classes.
Currently I have a Query1 (Union), Query2(Union), and a subquery.
TopLevel query has PO Detail and SQ
Since its a union the next subquery is the same.
The subquery used by the union grabs the latest revision level from a calculated field.
Here is my theory on how it should work.
Query 1 (union)
Retrieve all part numbers with latest revision that have had a PO in the past
Query 2 (union)
Retreive all part numbers from system with latest revision
By comparing these two I should be left over with only parts that have not been placed on a purchase order in the past, but I also have to determine this by revision level. Revision level is a field in PODetail table, so thats good.
Any advice?