
I have a view in my table Components
This table has many to one relation ship to table Projects
Projects has many to one relation ship to table Deliveries
When creating a view in Components i can't get columns from table Deliveries thow the schema between those tables has the relation ship.
Is it not posible?
In views you can get one level of relationship,so you can get fields from projects not from Deliveries, but if you can add a direct relationship between your table and deliveries then you can use the columns.