Hey everyone, I'm trying to design a query but I can't quite figure out how to go about doing it. I know I'll need to use outer joins, and I've seen how to get around the "ambiguous outer joins" message, but I'm still stuck. I think what's tripping me up is the fact that I want to pull the same field from different queries. The photo below shows how I would like the query to come out.
FSC 1957 has IF IP 1 under it, along with AMS IP 2.1. Those two are directly related to FSC 1957. LDO_1 is related to AMS IP 1.0 which is related to IF IP 1. Feature D comes from under IF IP1. BC 1.2_1 is under to AMS IP 2.1, and Feature C is under AMS IP 2.1 Basically if you follow from right to left you can see how each record is related to the product. It's sort of a hierarchy mixed with a relational database I think. Anyway, as you can see AMS IP 1.0 comes from IF IP 1 and AMS IP 2.1 comes from the Product itself. This happens again with the feature field: Feature A in the second record comes from AMS IP 1.0 whereas Feature D in the next record below it comes from IF IP 1. How should I go about setting up my queries and joins to make this work?
Let me know if I need to elaborate more on anything.
Thanks in advance!![]()