Using a Formatter for the Currencies in SAPUI5
问题 I want to build my own formattor for displaying the amount as it should in the different currencies. One could guess I use this solution I already know: <t:template> <Text text="{ parts: [ {path: 'amount'}, {path: 'currency'} ], type:'sap.ui.model.type.Currency', formatOptions: { currencyCode: false } }" </t:template> the problem with this solution is I already show the currency in a seperate column and if I go with this solution it looks pretty ugly.... so I tried this one: <t:template>