Associations

0
Hi, I'm just a beginner and I'm trying to view data from two tables which are associated with a one to many relation. Tables are like HRTutorial so entity Employee and entity Contracts. Dragged an association from Contracts to Employee so one employee can have multiple contracts. I created a page to view employee data. Added a new row, added a container in the new row and in the container I added a data grid. According to the tutorial I should be able to drag the associated contract information but i only see the entities in the connector, no associations. What am I doing wrong?
asked
1 answers
1

Make sure the employee dataview is around the datagrid. Then you should be able to select the contact entity through the association

answered