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
OBIEE - roll up data & legend

Hello,
Simple question - Is there an option in OBIEE to modify the names of legend descriptions and exclude certain legends for OBIEE charts? If not, what routes can I take in order to modify legends for OBIEE charts? Appreciate the guidance.
Thank you all
Answers
-
Hi,
In the chart the legend has no option : it's there or it isn't. Names are names of columns.
If you need a kind of custom legend you can add a "legend" view to your analysis. The legend view is built by hand, so is static but allow you to put what you want inside the way you want it.
0 -
Hi,
You can't really customize a legend of a chart, you can show it or not and the names you display are the values of your columns.
However, you can always use the legend view which gives you more freedom to do whatever you want.
Edit: Just realized @Gianni Ceresa replied first so basically what he said.
0 -
Hi Gianni,
I take it you could add a text area and write some jscript in it to make legends not display?
A question, not an answer....
0 -
Hi Robert,
Yes and no ....
Meaning that if it's 11g the legend is inside the flash, so you will not manage to manipulate it.
If on the other side it's 12c (or 11.1.1.9 configured for that) and so the charts are HTML5 things yes, you will be able to interact with the legend and hide things.
But like always the problem here is the time required to code that: how worth is it?
Charts come afterwards, they are loaded asynchronously and also have quite a lot of event handlers and things like that, so it's quite complex to mess around with it
0 -
Absolutely correct Gianni, as imperative it is to have legends, it didn't make sense for us to spend too much time on such a task. It would be great to have one, but we ended up hiding the legend. The problem stemmed from having 2 facts not rolled up to the same level.
0