OBIEE 11g Scatter graph y axis reverse sorting — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 11g Scatter graph y axis reverse sorting

Received Response
1
Views
2
Comments
user13816768
user13816768 Rank 3 - Community Apprentice

Hi All ,

we have a requirement to show the y-axis labels on scatter graph in reverse order.

Currently the graph is by default showing in ascending 0 to 5 from intersection point and even after changing to descending the order is not changing.

current view:

pastedImage_0.png

Expected

pastedImage_1.png

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Short answers: Not really.

    Longer answer: The actual axis plotting is done by the charting engine. And the engine doesn't forsee an option to say ascending plotting or descending plotting. You can't cheat your way around this unless you're ok with "x (-1)" -ing your measures.

  • user13816768
    user13816768 Rank 3 - Community Apprentice

    Thanks for the quick response.  Yes the longer answer is good.. trying to make the negative number to display as positive through custom format.. thanks again..