This topic is locked
[SOLVED]

 Multiple Tables Viewable On Same Page

2/25/2013 3:10:10 PM
PHPRunner General questions
J
justmelat author

Hello:
I am using PHPRUNNER - I'm sure I'm overlooking this in the forum or just not using the right search criteria. I want to create a dashboard of sorts, but not just with various charts, but from various tables.
Very short example, I have a userstable[name, address, number, etc.] and a taskstable that will hold tasks for the various the users.
Can I and if I can, how, have a page that will show the user view/detail and on that same page show the tasks for that user? I will have more on the page, but if I can figure out how to get the two different tables displaying, I can get the rest.
Thanks in advance.

Sergey Kornilov admin 2/25/2013

Link users and tasks as Master-Details. In Master-Details relationship property choose to display details on the View page. Now on User View page you can see that user info and all tasks that belong/assigned to this user.

J
justmelat author 2/27/2013



Link users and tasks as Master-Details. In Master-Details relationship property choose to display details on the View page. Now on User View page you can see that user info and all tasks that belong/assigned to this user.


I think that is exactly what I need - thanks Sergey!!!