Hello All,
This is first time I'm posting a question in SCN, I am working on a SAPUI5 app that uses odata service and SAPUI5 odata model to fetch the data from odata service, I have a odata query like this " Sales?$filter=SalesNum('004')$expand=entity " ,I want to display properties inside entity in a list, I am using specified query in items property of List , but I am not able to see the list with data, also, I cannot see data if I set the data in list from init function of controller.js file.
please help!!!
Thanks in advance!!!