Hi Bjorn,
Use a formatter, consider you have text as template (Just for an example, even though text is of string type):
new sap.m.Text({text:"{ path:'Weight', formatter: function(v){ return String(v); } }" });
Regards,
Sai Vellanki.
Hi Bjorn,
Use a formatter, consider you have text as template (Just for an example, even though text is of string type):
new sap.m.Text({text:"{ path:'Weight', formatter: function(v){ return String(v); } }" });
Regards,
Sai Vellanki.