cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Network Graph - Org Chart Multiple Supervisor

870

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

View Entire Topic
Amiya
Product and Topic Expert
Product and Topic Expert
0 Likes

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