Dear Experts,
our oData is returning the below value.
"this is test 870.00 and 250.00"
Our requirement is to remove the decimals from the string during the run time of the app on the View. Output should be "this is test 870 and 250"
Below is my binding on the XML view.
<Text text="{path:'oTesTableModel>score',formatter:'publicservices.scr.myscorereq.util.Formatter.score'}"/>
can some one suggest if we can use expression binding or any method to remove the decimals from the string and if yes can please provide some example.
Thanks