BI Publisher (eBS) format-currency not working with CHF currency
Hi gurus,
we are facing an error trying to use the format-currency function in a RTF template in eBS R12.2. We don't have the chance to create the data template in EXCEL format due other user requirements.
The problem is based on CHF currency as with EUR currency is working properly. We use the following statement to convert our number data source to an amount value
<?format-currency:MATERIAL;'EUR';'true'?> --> This is working properly as converts the number to an amount (€ 83,713.50) and they can then, sum up the information or doing extra operation.
<?format-currency:MATERIAL;'CHF';'true'?> --> Is not working as converts the number to a text (CHF1,116.24) and they CAN'T then sum up or do other things.