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
Display content on mouse over on Report Title

Hello Gurus
I need to display content when I move my mouse onto the title of my reports ( like if the title is Total Channel Summary --> the tooltip should say - Summary of the Products ATM + Phone + Direct Channel when users hover the mouse.
I found the below post from the past and tried to implement the same in OBIEE 12C but didn't work out. Can you pls. help.
Thanks !!
Answers
-
Experts - Any help pls.
Thanks !
0 -
Hi,
Use Narrative view to create your title.
Mark the HTML content and use
<c title="Roll Over Text">Title</c>
Regards,
Akansh
0 -
Hi Akansh
Thanks a lot again so it did work in IE on the laptop . But not coming up in IPAD.
All the user community uses Ipad to look into this report. Any help here would be highly appreciated.
0 -
Hi,
Do you agree that your question isn't really related to OBIEE but a generic html/js question ?
So Google that without mentioning OBIEE (as it's just a Web page).
Just an additional question : your iPad users use a browser to connect to OBIEE or the native iOS app?
0 -
Hi Gianni
Yes Ipad users are using the Safari browser to connect and display OBIEE reports.
I even tried adding the class popup but no help yet.
<c title="Total Income from all the products.">[b]Revenue[/b]<div class="popup"><div></c>
0