I'd suggst the following forms:
If these forms do not show you the information you want, your security is not set correctly.
I have set up the relevant forms and heres the results
DataGrid(Supervisor) - UserName is blank Supervisor details all display ok
dataview (supervisor) with datagrid inside (supervisor/usersupervisor) - Couldnt select supervisor/usersupervisor as an input. Tried itr with just user and it didnt display
datagrid (user) displayed all user details but supervisor name was blank
dataview (user) with reference selector showing supervisor ID name was blank everything else displayed fine though.
There was no security set at all I turned it off to test the app.
All I want to do is display attributes from 2 entities in something like a datagrid. how hard is that ?
Instead of having userid or supervisorid i would prefer their names to be displayed in the others table. The only work around I have found for this in 2 days looking and searching these forums is to create 1 entity that holds everything. This will have it repeat unneccasarily but at least the info can be displayed.
I have set up the relevant forms and heres the results
DataGrid(Supervisor) - UserName is blank Supervisor details all display ok
dataview (supervisor) with datagrid inside (supervisor/usersupervisor) - Couldnt select supervisor/usersupervisor as an input. Tried itr with just user and it didnt display
datagrid (user) displayed all user details but supervisor name was blank
dataview (user) with reference selector showing supervisor ID name was blank everything else displayed fine though.
There was no security set at all I turned it off to test the app.
All I want to do is display attributes from 2 entities in something like a datagrid. how hard is that ?
Instead of having userid or supervisorid i would prefer their names to be displayed in the others table. The only work around I have found for this in 2 days looking and searching these forums is to create 1 entity that holds everything. This will have it repeat unneccasarily but at least the info can be displayed.
ok more testing
I have altered the database association methodically from 1-1 to many-many.
I even started again from scratch with just 2 tables with userid (auto), supervisorid (int) and username (string) on user and supervisorid (auto), userid (int) and supervisor_name (string) with nothing else configured.
I can enter new users, enter new supervisors, display userlist and display supervisorlist all fine as confirmed in a view. I can assign supervisors to users and the relevant attributes are updated accordingly
as soon as I display users with supervisorname instead of supervisorid it wont display same for displaying usersname instead of user_id in supervisor lists.