This topic is locked

Recursive Master-detail relationships

10/2/2008 5:35:00 AM
PHPRunner General questions
J
jbujosa author

Hi,

I have a table with companies information. I have a field that says the ID of the company it belongs to.
Can I create a Recursive Master-detail relationships in the companies table, in such a way that when i am in the father company, there is a link to a list page with the companies that belong to it.
By the way, !CONGRATULATIONS! for the new version. It is fantastic.
jbujosa

P
pbais 2/15/2009

Yes!! I NEED this feature!
I want to store projects with (theoretically) endless levels of subprojects in one (recursive) table, and then view them in a tree-like (Windows Explorer like) structure.

J
Jane 2/16/2009

Hi,
use custom view for this purpose.

You can create custom view on the Datasource tables tab.