skorc123
27th February 2007, 14:33
Hi,
I have a problem.
I have a single table with some fields where two of them are in a parent-child relationship...
Since recursion is not implemented in Baan I am somewhat lost in how to navigate the table to achive desireable result.
see below:
Table
field1 |field2
-------------
x1 | z1
x1 | y1
x1 | v1
y1 | c1
c1 | b1
v1 | n1
Desirable result with X1 being top element:
x1
x1.z1
x1.y1
x1.v1
x1.y1.c1
x1.y1.c1.b1
x1.v1.n1
any ideas?
Regards, Zoran
I have a problem.
I have a single table with some fields where two of them are in a parent-child relationship...
Since recursion is not implemented in Baan I am somewhat lost in how to navigate the table to achive desireable result.
see below:
Table
field1 |field2
-------------
x1 | z1
x1 | y1
x1 | v1
y1 | c1
c1 | b1
v1 | n1
Desirable result with X1 being top element:
x1
x1.z1
x1.y1
x1.v1
x1.y1.c1
x1.y1.c1.b1
x1.v1.n1
any ideas?
Regards, Zoran