Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 220 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 82 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
BI EE 11g analysis graphics Y-axis scale factor

user9159846
Rank 3 - Community Apprentice
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!
0
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