Set Association

0
Hi there, following situation: I want to show a list of employees (works fine). When I click the particular employee in the list, an calender for each employee should set up. I tried every possiblity in domain model to set up an association, but nothing works.   Thanks for your support.
asked
2 answers
2

What items should be displayed in the calendar?

If you want to show the projects of the employee, then just add the calendar widget directly in the dataview connected to Employee and constrain your data over the association Project_Employee

answered
1

It looks like you are showing the calendar for each project of the selected employee. I guess you only want to show one calendar per employee and show the projects on the calendar. To achieve this, you first need to place the calendar widget inside of the dataview that is showing your employee.

answered