I am trying to make a View based on a Query.
The View has to show these fields from InventSerial : InventSerialId and ItemId, and then configId from InventDim.
So I put InventSerial as main table in the Query, and InventDim as an Outer Join under it.
Now my plan with this was to get a list of all the records in InventSerial, just with the added field configId from InventDim.
But instead I get several records, and I think it’s because InventDim contains more than one record pr. InventSerialId, so if it finds 3 lines in InventDim I get 3 lines from my view.
Is there any way to avoid this?
*This post is locked for comments
I have the same question (0)