Showing posts with label locale settings. Show all posts
Showing posts with label locale settings. Show all posts

Thursday, August 20, 2015

CHANGING COMMA SEPARATOR

Let’s explore today something related to Locale settings in OBIEE 11g.
We have thousand separators in OBIEE:
Comma1
What if this comma(,) is to be replaced with underscore ( _ ) or any other symbol:
Open localedefinitions.xml. Usual path (\Middleware\Oracle_BI1\bifoundation\web\display)
Locate the below tag
<property name=”thousandsSeparator”>,</property>
Comma2
Replace comma with underscore
Comma3
Save the localedefinitions.xml and restart the services.
Run the same analysis.
Comma4
We are now having _ as separator.
Continue Exploring !