You can use something like below:
<Text text"{= parseFloat(${ExtendedPrice}) }" />
So if the model field ExtendedPrice holds the value '0001234' the above will convert it to '1234'.
You can use something like below:
<Text text"{= parseFloat(${ExtendedPrice}) }" />
So if the model field ExtendedPrice holds the value '0001234' the above will convert it to '1234'.