Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Obiee 12c decimal problem

Hi,
We can use obiee 12.2.1.2.0. We have a problem about number decimal.
We saw number on database different on report after the comma,
In database 162849202712378,54 , the visible field appears as report 162849202712378,00.
Even though I change the type of the field, the result is still the same.(CAST("FACT PRODUCT"."TOTAL" AS DOUBLE))
Also type of field is the same with admin tool and database. Both of them is double.
Answers
-
a) What's the source database?
b) Are you certain that the data type in the BMM layer and physical layer it is DOUBLE?
c) CASTing it to a DOUBLE in Answers if it's an INT or something like that at some other point is absolutely pointless because by then the decimal places have already been dropped.
0