Lets for example say i need a view from InventTable, that shows these fields:
InventTable.InventId
BOMCostGroup.Name (From InventTable.CostGroupId)
InventModelGroup.Name (From InventTable.ModelGroupId)
Now as far as i can see, i can only have one table at the time under the Views Data Source, so how do i make this view?