Oracle Analytics Cloud and Server

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

12c Precision Problem

Received Response
2
Views
5
Comments
3506585
3506585 Rank 2 - Community Beginner

Hi,

I created a "tablecar" and one columns as "Price NUMBER(25,2)" , car_name varchar2(3 byte).

In Toad;

select * from tablecar;

PriceCar_Name
1341,15abc
1402,84def

In 11g shown as;

PriceCar_Name
1341,15abc
1402,84def

In 12c shown as;

PriceCar_Name
1341abc
1403def

In rpd, typed as double in same system. I do not want to need to change as column properties-> Data Format-> Decimal Places->2 .

If the column build as number(x,2) , report must show what accuately this column created as dataase.

Is there any special settings for this?

Version : Oracle Business Intelligence 12.2.1.2.0

Thank you,

Evren

Answers

  • Robert Angel
    Robert Angel Rank 8 - Analytics Strategist

    The number formats in OBIEE are set in the properties for the column in answers, and yes, it can support 2 d.p.

  • 3506585
    3506585 Rank 2 - Community Beginner

    In 11g it is not necessary to set this settings.

    In 12c, Report not show what column is created as database. There should be general setting for this.

  • Martin van Donselaar
    Martin van Donselaar Rank 6 - Analytics Lead

    You will have to apply a format, Like Robert already said, this can be done in answers:

    pastedImage_0.png

  • 3506585 wrote:In 11g it is not necessary to set this settings.

    Are you really sure?

    Didn't you just set a system-wide default for that data type in your 11g?

    Because out of the box I'm kind of sure 11g always display numbers without any decimal ...

  • 3506585
    3506585 Rank 2 - Community Beginner

    Hi Gianni, You  are right. Thank you