Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Is it possible to display Indicators this way in OBIEE ?

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
Answers
-
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
0 -
You would like to show two numbers on same tile?
0 -
Yes please, it would be great
0 -
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.
0 -
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).
0