Hi!
I have a table like the following
| Emp_Id | Mgrno |Levels|
|--------+--------+------|
| | | |
|--------+--------+------|
|Brinkman| | 3|
|--------+--------+------|
|Nobelr |Brinkman| 2|
|--------+--------+------|
|Stackr |Brinkman| 2|
|--------+--------+------|
|W00014 |Stackr | 1|
|--------+--------+------|
|W00015 |Stackr | 1|
|--------+--------+------|
|W000949 |Nobelr | 1|
|--------+--------+------|
|W000997 |Nobelr | 1|
and my question is that in crystal is there any way that i can build the hierarchial structure the same way like if i choose the level 3(brinkman) the two persons under him stackr and nobelr(level2 ) and the Level 1 has to be displayed and if i choose stackr only the 2 persons under him (level1) has to be displayed please do let me know if anybody is familiar with the above ......
thanks
I have a table like the following
| Emp_Id | Mgrno |Levels|
|--------+--------+------|
| | | |
|--------+--------+------|
|Brinkman| | 3|
|--------+--------+------|
|Nobelr |Brinkman| 2|
|--------+--------+------|
|Stackr |Brinkman| 2|
|--------+--------+------|
|W00014 |Stackr | 1|
|--------+--------+------|
|W00015 |Stackr | 1|
|--------+--------+------|
|W000949 |Nobelr | 1|
|--------+--------+------|
|W000997 |Nobelr | 1|
and my question is that in crystal is there any way that i can build the hierarchial structure the same way like if i choose the level 3(brinkman) the two persons under him stackr and nobelr(level2 ) and the Level 1 has to be displayed and if i choose stackr only the 2 persons under him (level1) has to be displayed please do let me know if anybody is familiar with the above ......
thanks