Hi,
I want to report from a table that has data stored in a tree structure.
For eg:- A is made of B,C,G. It is shown in the database as
A B
A C
A G
B is made of D and E which is in the database as
B D
B E
C is made of E and F and is present in the database as
C E
C F
In the report, I should show that A is made of 1 D, 2 E, 1 F and 1 G. It should not show B and C.
I tried using subreports but I can't add another report under subreport. I tried using while loop but it doesn;t work.
Can anyone help me.
Thanks
I want to report from a table that has data stored in a tree structure.
For eg:- A is made of B,C,G. It is shown in the database as
A B
A C
A G
B is made of D and E which is in the database as
B D
B E
C is made of E and F and is present in the database as
C E
C F
In the report, I should show that A is made of 1 D, 2 E, 1 F and 1 G. It should not show B and C.
I tried using subreports but I can't add another report under subreport. I tried using while loop but it doesn;t work.
Can anyone help me.
Thanks