Hello,
I have a sap.m.Table items aggregation bound to object that has a sap.m.Select.
The table's path is "DataSet" and the Select's path is "/Currency".
It's working fine, except that I'm using oData and it's calling the backend to resolve /Currency for every item of the DataSet although the path is always the same. Although the model is very simple this results in a lot of latency.
Is there a way to call the backend only once since the path is always the same?
Thank you