I am trying to create a report that will display a hierarchal report of the following type information. Assuming I have database items that have Parent/Child relationships (self referencing or recursive data), and
stored in single table, how can I display, the drill down data? For example, I have a part that has a child part. That child part has a child part of its own, and so on down.
Parent Part
Child Part 1
Child Part 2
Child Part 3
etc....
The subsequent levels show reference to the one previous level ONLY. For example, if I look at Child Part 3 (as illustrated above), the previous reference to Child Part 2 is the ONLY reference. I would have to then go to Child Part 2 to see it's link to Child Part 1 etc.... In the table, you have Part, and Parent Part. I am trying to find out if Crystal Reports can accommodate this kind of drill down, hierarchal, recursive type of data. The problem (as I see it), is that the table will show a Part and it's previous Parent part, but not it's child associations beyond a single level.
Can Crystal Reports handle this, and if so, how?
stored in single table, how can I display, the drill down data? For example, I have a part that has a child part. That child part has a child part of its own, and so on down.
Parent Part
Child Part 1
Child Part 2
Child Part 3
etc....
The subsequent levels show reference to the one previous level ONLY. For example, if I look at Child Part 3 (as illustrated above), the previous reference to Child Part 2 is the ONLY reference. I would have to then go to Child Part 2 to see it's link to Child Part 1 etc.... In the table, you have Part, and Parent Part. I am trying to find out if Crystal Reports can accommodate this kind of drill down, hierarchal, recursive type of data. The problem (as I see it), is that the table will show a Part and it's previous Parent part, but not it's child associations beyond a single level.
Can Crystal Reports handle this, and if so, how?