Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Decimal value issue while displaying OAC Dashboard field

Hi,
I have migrated a set of dashboards from OBIE 12g to OAC. However, some numeric fields on OAC dashboards are not showing numeric fields with 2 decimal numbers, even setting them to "Override Default Data Format" and choosing 2 decimal places.
Is there another way to force this setting on this field ?
Thank you.
Best Answer
-
Hi Gianni,
Thank you for reaching out by I managed to solve the issue editing the Data Format on table view for those fields.
0
Answers
-
Hi,
You don't see 2 decimals but you see … no decimals at all? What is the data type of those numeric fields? Are they maybe integers? Can you try to edit the formula of one of those adding a
* 1.0
to see if decimals appears when forcing the number to a float?1