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!
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?
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>