Hi experties,
I have a requirement like below, Please help me to solve
this problem
I have a data structure like below
groupA
Emp1
Emp2
groupB
Emp3
Emp4
GroupC
.
.
.
Its a hierarchical structure upto 'n' levels. Now i need to report the above using crystal report and in hierarchical order as well. so i used hierarchical grouping option and no issues in that. The output should be in graphical , so i used bar chart and the ouput in the below format
groupA Chart
Emp1 Emp2 groupB
groupB Chart
Emp3 Emp4
groupC Chart
........
I'm stuck in the display of groupB
data in groupA chart. Since groupB is a child of groupA, my client asks
for that also a part of groupA chart. But i tried and not able to find
any solution.
Anyone come across similar problem and have any solution, please help me to come out of this
Thanks in advance