Graphic interface in APEX
683463Aug 10 2009 — edited Oct 6 2009Hello.
I need some advice or suggestion how to represent data in APEX. I have e.g. table EMP:
EMP (id, man_id, name, dept)
I need represent relations between employees in table. So that I choose some employee and chart (or something else?) will show employee's manager(s) and their managers and so on..
Create SELECT statement which selects this hierarchy is quite easy but how to represent it?
Thanx 4 advices.