I need a different two different names to be selected but pulled from the same list of names.

0
Hello,   I have two sections on my Mendix report that need names selected. The names will be different for the recorder and the Employee but they are pulled from the same set of names. At the moment they are showing the same name. what do I need to do to be able to have different names pulled for each section but still use the same list of names to pull from. example showed below of what is happening.     Thanks in advance   Jess
asked
1 answers
0

Jess,

You should add another association between the Employee entity and the Minutes entity.  The one you currently have will be used for the employee and the new one (you should include recorder in your association name) will be used for the recorder.  Once you create the new association, on your page, point the Recorder reference selector to the new association.

Hope that helps,

Mike

answered