I need to format numbers for displaying Euros with €###.###,##
This is contrary to the typical USD number format and uses a period where USD would typically use a comma and a comma where USD would typically use a period.
I try to set up a custom format in the universe and or in a report and BO appears to immedidately interpret the period as it would with USD as opposed to the European format.
I’m using XI 2.1
Any assistance would be appreciated.
I’m not sure exactly what you are looking for, but can suggest the following. In your format, # is an optional character, and 0 is a mandatory character. For example, if I format the number 64 as $0,000, it will show up as $0,064. If I format 64 as $#,##0, it will show up as $64. Does that help?
Once you enter the period in the format it interprets it as the decimal point
€0.000,## displays as €1234.456 it puts 3 places after the decimal point and appears to ignore the use of commas completely.
It behaves similarly except it puts 5 places after the decimal point instead of 3.
Hopefully a European user will have a look at this and have a solution.
Thanks for your help.
Webi help says that “.” is used as a decimal separator and “,” is a grouping separator.
So your format string should look like €#,###.00
Characters actually being put into a formatted string fully depend on your locale. If you want your report to keep the formatting you see for all other users, check the appropriate flag in the document properties.
Customer wants default preferred Infoview Locale in ENGLISH. But i have one specific report which needs to be shown Numbers in EURO format (ex:2.356.000,00 € ) for a specific report only.
How can I achieve this for a specific report?
I already tried with formatnumber, changing Object formatting properties at Universe/Webi report level but it doesnot work. Is there any specific formula?
I believe this must be standard requirement for global reports!!!