ReportingAnalyst
MIS
Hi,
I built indentation that would show the the hierarchy of the people in the org structure in the SQL Server database. So I have got rows with values like this:
Indentation Employee
1 4655
2 5623
2 8956
2 5629
2 5627
3 5986
3 8549
The query that got that the above result is:
Now how can i use this indentation to show the employees indented respectively in my web browser?
Thanks.
I built indentation that would show the the hierarchy of the people in the org structure in the SQL Server database. So I have got rows with values like this:
Indentation Employee
1 4655
2 5623
2 8956
2 5629
2 5627
3 5986
3 8549
The query that got that the above result is:
Now how can i use this indentation to show the employees indented respectively in my web browser?
Thanks.