Oracle Analytics Cloud and Server

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

Received Response
11
Views
2
Comments
user9159846
user9159846 Rank 3 - Community Apprentice

Hi All!

I created BI EE 11g analysis. And in graph i need to chande scale factor, see picture:

Снимок.PNG

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?

    Capture.PNG

  • SaQ-Orcl
    SaQ-Orcl Rank 4 - Community Specialist

    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>