Display content on mouse over on Report Title — Oracle Analytics

Oracle Analytics Cloud and Server

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

Display content on mouse over on Report Title

Received Response
62
Views
5
Comments
User_D31JQ
User_D31JQ Rank 2 - Community Beginner

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.

Display content on mouse over

Thanks !!

Answers

  • User_D31JQ
    User_D31JQ Rank 2 - Community Beginner

    Experts - Any help pls.

    Thanks !

  • AkanshAgarwal
    AkanshAgarwal Rank 4 - Community Specialist

    Hi,

    Use Narrative view to create your title.

    Mark the HTML content and use

    <c title="Roll Over Text">Title</c>

    Regards,

    Akansh

  • User_D31JQ
    User_D31JQ Rank 2 - Community Beginner

    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.

  • 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?

  • User_D31JQ
    User_D31JQ Rank 2 - Community Beginner

    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>