Hello!
I'm currently building a model-driven app and I noticed a problem, which on paper seems simple, but I can't seem to find a solution. Here's the problem in a nutshell:
1. I have a table called "Placementlocation" and a table called "Customer". The point is, that the user can select a customer to be put in a placement location.
2. I created a lookup column on the Placementlocation table, that points to the Customer table. I can select a customer and it works as it should.
3. I created a view on the Placementlocation table, that shows which customer is on which location. This works fine.
4. I need to create a view on the Customer table, which shows all the customers and in the same view, shows the location where the customer is placed. I can't seem to find a way to do this. When I edit the view, it does not show the placementlocation, since there is no lookup field to the Placementlocation table. The relationship is there, but how do I show the related data in the view in this case?