Hi Bjorn,
It should be in the view. Sorry first time I didn't see you were already using. However I think you should do it like this:
- new sap.m.Text({text:"{
- path:'Weight',
- formatter: function(v){
- return v.toString();
- }
- }"
- });
Regards,
Frederico
Hi Bjorn,
It should be in the view. Sorry first time I didn't see you were already using. However I think you should do it like this:
Regards,
Frederico