I have a table of hierarchical data such as employee with column manager_id which references the same table employee. Data in the table is something like:
Is there a way in Crystal Reports 9 to display the data as follows and have the option to drill down levels:
King
Greenberg
Faviet
Chen
Sciarra
Urman
Popp
Note that the number of levels is not limited.
Code:
[b] employee_id employee_name manager_id[/b]
1 King
2 Greenberg 1
3 Faviet 2
4 Chen 2
5 Sciarra 1
6 Urman 5
7 Popp 5
Is there a way in Crystal Reports 9 to display the data as follows and have the option to drill down levels:
King
Greenberg
Faviet
Chen
Sciarra
Urman
Popp
Note that the number of levels is not limited.