Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Decimal Place format in OBIEE 12c

Rajagopal R-Oracle
Rank 5 - Community Champion
I want to setup Decimal places for a number data type Globally.,
I know we can do data formatting in Analysis page,Is there any configuration file where we can do this ?
0
Answers
-
got the solution
path : <OBIEE_HOME>/user_projects/domains/bi/bidata/service_instances/ssi/metadata/content/catalog/root/system/metadata
File: _datatype_formats
ex: <saw:dataFormat minDigits="2" maxDigits="2" commas="true" negativeType="minus" xsi:type="saw:number"/>
0