Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 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
Cast / Format - 2 dp for double?

In a non-production environment; -
SomeFieldsAndLiterals||Cast(Cast(10.2 as double) as char(20))||SomeMoreFieldsAndLiterals
Gives; -
SomeFieldsAndLiterals00000000000000010.20SomeMoreFieldsAndLiterals
(which is the desired effect - 2 decimal places)
In Prod
SomeFieldsAndLiterals000000000000000010.2SomeMoreFieldsAndLiterals
Note the 10.2 is really coming from a measure field.
Note also I cannot see any differences in the config.xml and I have tried to apply a format for the measure in question but it does not make any difference.
Note also, most bizarrely, that the 2 dp seems to work in production, until the report is displayed in the dashboard page....
Any thoughts please?
thanks,
Robert.