cancel
Showing results for 
Search instead for 
Did you mean: 

OData binding in Network Graph

0 Kudos

Hello,

I'm a newbie to UI5. I'm trying to do a POC using Network Graph controller. Here are the details about the issue:

I'm working on creating an Org chart. It works perfectly using JSON model. I have created a table for Employees and exposed it via OData. zemp-table.png

I'm missing out something during OData binding. Please provide your suggestions. data-binding.png

Also, the URL works fine when used in browser. But while running the application, it gives error. browser-error.png

Thanks in advance.

Regards,
Sri.

Accepted Solutions (1)

Accepted Solutions (1)

prashil
Advisor
Advisor

Hi Sri Parvathi,

The $expand work for the navigation property. If your employee entityset has the navigation property as "employeeSet" then it you have to parameters : {expand : "employeeSet"} without the "/".

If it doesn't work, you can share the metadata of your entity.

Thanks

Prashil

Answers (0)