I am new to UI5 .
I have a list that is bound using odata. when I check the response in the network ( using oevent.getSource().getItems() on the console ) , inside oBindingContexts,within oModel within oData there are all the items of which I need one property.
How do I achieve this?
Thanks in advance .