Crystal Reports 8.5
Oracle8i Stored Procedure
Hello,
The report I'm creating uses Crystals hierarchical grouping tool to create a parent-child relationship. The report is also grouped by the following:
Group#1 - Root Value (there can be more than one root [parent] in each report)
Group#2 - Grouping variable (used to group childeren for subtotals)
Group#3 - Child
The report is built off a temp table loaded from a recursively called oracle stored procedure.
PROBLEM:
Example -
level parent child
1 A B
2 B C
3 C D
4 D E
4 D F
4 D E
4 D F
3 G D
The last two level 4 values need to be placed under the last
level 3 G D. Not grouped altogether under the level 3 C D item.
Any suggestions on how to get around this?
Thanks!
Oracle8i Stored Procedure
Hello,
The report I'm creating uses Crystals hierarchical grouping tool to create a parent-child relationship. The report is also grouped by the following:
Group#1 - Root Value (there can be more than one root [parent] in each report)
Group#2 - Grouping variable (used to group childeren for subtotals)
Group#3 - Child
The report is built off a temp table loaded from a recursively called oracle stored procedure.
PROBLEM:
Example -
level parent child
1 A B
2 B C
3 C D
4 D E
4 D F
4 D E
4 D F
3 G D
The last two level 4 values need to be placed under the last
level 3 G D. Not grouped altogether under the level 3 C D item.
Any suggestions on how to get around this?
Thanks!