on ‎2019 Jul 13 3:40 PM
Hi All,
We have developed Fiori Application to visualize the Org chart in Defense Module. I have taken the reference from the SAP UI5 demokit And Its working fine.
But we are facing some issue to show the hierarchy when Any node having multiple supervisor or a Employee report to multiple supervisor. so That time we are unable to show the multiple supervisor for selected Node.
Below is the scenario :
Suppose In my organization having three Employee, Employee_A, Manage_B, Manager_C. And Employee_A is reporting to both Managers(Manager_B & Manager_C).
When I selected the Node Eployee_A. I am getting the Node(Employee_A).
After that I wanted to see one level above for Employee_A. So Expected Output:
Expected Results:
Employee_A --------->Manager_B & Manager_C
Output :
Employee_A---------> Manager_B.
I have attached the screenshot for details.
So I wanted to know is it possible to show the multiple supervisor when select one level above. If yes then please could you suggest and let me know any reference is there.
Note: As per example in SAPUI5 Demokit, We can assigned only one supervisor to each Node if supervisor exist.
Thanks in Advance!
Regards,
Dhiraj

Request clarification before answering.
Hello Dhiraj,
This is possible using Network Graph.
To achieve this feature, the property orientation of Graph tag needs to be set to value "BottomTop".
Also for reference I am attaching a snippix code here: https://snippix.only.sap/snippets/76268
Regards,
Amiya Ranjan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.