Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BI EE 11g analysis graphics Y-axis scale factor

Hi All!
I created BI EE 11g analysis. And in graph i need to chande scale factor, see picture:
What the parameters i need inserted in XML code and where?
Thansk!
Answers
-
Don't you have the "abbreviate" option to set to "none" in 11g? (I don't have an 11g available to test directly ...)
I guess it was already there ... If not: what exact version of 11g?
0 -
Gianni option is perfect.
Just for knowledge sharing . if you would like to achieve through xml
Add the following tags and attributes to your Graph.xml
<Y1Axis>
<ViewFormat scaleFactorUsed="true" scaleFactor="SCALEFACTOR_NONE" />
</Y1Axis>
0