Decimal Place format in OBIEE 12c — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Decimal Place format in OBIEE 12c

Received Response
73
Views
1
Comments
Rajagopal R-Oracle
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 ?

Answers

  • Rajagopal R-Oracle
    Rajagopal R-Oracle Rank 5 - Community Champion

    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"/>