Let’s explore today something related to Locale settings in OBIEE 11g.
We have thousand separators in OBIEE:
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>
Replace comma with underscore
Save the localedefinitions.xml and restart the services.
Run the same analysis.
We are now having _ as separator.
Continue Exploring !
No comments:
Post a Comment