Is it possible to display Indicators this way in OBIEE ? — Oracle Analytics

Oracle Analytics Cloud and Server

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

Is it possible to display Indicators this way in OBIEE ?

Received Response
31
Views
5
Comments
John305
John305 Rank 5 - Community Champion

Hello , i am using OBIEE 12.2.1.3

I created this dashboard , and i would like to know if is it possible to display  the 3,79 next to the 3,34 value  ( the first one is the value for one client and the 3,79 is an average of all clients  ) so i would like to put it close to "3,34" , because its the same KPI.

i didnt found a cool way to display it. if you can help or you have any ideas

Thank you

pastedImage_0.png

Answers

  • Adam Wickes
    Adam Wickes Rank 6 - Analytics Lead

    Probably heaps of different ways you could do this but if it were me, i'd be using a narrative view with custom html.

    https://docs.oracle.com/cd/E12096_01/books/AnyUser/NarrativeView.html

  • User_K5SHK
    User_K5SHK Rank 1 - Community Starter

    You would like to show two numbers on same tile?

  • John305
    John305 Rank 5 - Community Champion

    Yes please, it would be great

  • User_K5SHK
    User_K5SHK Rank 1 - Community Starter

    Let the data in two columns/cells.. using cell background color with same border color you would be bale to show them as side by side.

    It's basically merging two columns using colors.

  • As you can see from previous answers, a performance tile is a single number, you can't add a second one there.

    But OBIEE is a web-page rendering, that's why you can fake it in multiple ways: narrative view (with custom CSS for styling), table view (tweaking options to remove borders between 2 cells and visually "merge" them together by unified background color etc.

    Keeping it short: out of the box there isn't the option you look for, but HTML, CSS and JS are the only limit and therefore you can do whatever you want (but you have to do it yourself and an export or print can lead to some random results).