Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hierarachical tree

Status
Not open for further replies.

pnayar

Programmer
Joined
Jun 20, 2001
Messages
1
Location
IN
I have a certain problem in hier trees.
I have an orgn table with orgid(primary key) and orgname.
I have another table dept with deptno (primary key), dname and orgid (foreign key).
I have to create a hierarchical tree with these 2 tables.

Creating a tree by constructing a view from the two tables is not possible as 'connect by' does not allow joins.
I made nodes from the org table using 'Add Tree Node built in.
I added data under the main nodes using 'Add Tree data ' built in.
Though the main tree nodes were displayed with the (+) sign where children exist, the child nodes refuse to be displayed.
Could u help me with this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top