Tooltip in BI Reports

Hi All,
We are publishing the BI Reports in Portal 7.0 using the Bex Application Designer 3.5
Every report contains headers. When the mouse is placed on the headers, the tooltip is displayed as follows :
"Context Menu for + header name".
I want to change this tooltip i.e. in the Report itself I want to give a more descriptive text for the tooltip.
Can someone tell me how to do this.
Points assured for any help.
Regards
Nikhil

Hi All,
Can someone reply to this ques. It is really urgent.
Regards
Nikhil

Similar Messages

  • How to use a select field as a tooltip in a report

    Dear,
    i have a customize report based on the statement below
    SELECT '#WORKSPACE_IMAGES#folder.GIF' icon , lower(a.application)label,(a.appli_acronym) acronym,(ap.app_server)host
    FROM app_users ap, applications a
    where a.appli_user= ap.app_user
    and ap.app_server=:P31_LABELVALUE
    and upper(a.application) like DECODE (:P31_SEARCH, NULL,'%', UPPER ('%' || :P31_SEARCH || '%'))
    order by labelHow can i use the second field (a.appli_acronym) as tooltip in my report?
    Thx in advance.
    Celio

    Hi in fact is already use a customize template for my report
    CSS in html header
    <style type="text/css">
    ul.icon-list {
      margin: 0;
      padding: 0;
      list-style: none;
    ul.icon-list li {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: &P31_LABEL_WIDTH.em;
    ul.icon-list li a img {
      vertical-align: middle;
    </style>
    <!-- IE is broken -->
    <!--[if IE]>
    <style type="text/css">
    ul.icon-list li {
       display: inline;
    </style>
    <![endif]-->Icon List template for the report
    in the span balise i have (onmouseover="ToolTip('#TOOLTIP#');">#LABEL#), not appears in the balise 'code'
    <li class="dd">
      <a href="#DERIVED$01#">
        <img src="#ICON#" alt="#LABEL#" />
        <span onmouseover="ToolTip('#TOOLTIP#');">#LABEL#</span>
      </a>
    </li>
    <ul class="icon-list">
      </ul>
    <table>#PAGINATION#</table>I test the following javascript :
    function ToolTip(texte) {
    toolTip_enable(texte,this,texte);
    }When the mouse is over the field i get well the tooltip value i'd like to have but it appears in the bottom of the page always in the same area.
    could someone give me more info about 'toolTip_enable' function?
    Thx in advance.
    Celio
    Edited by: Celio on 10-Feb-2011 04:00
    Edited by: Celio on 10-Feb-2011 04:01
    Edited by: Celio on 10-Feb-2011 04:03
    Edited by: Celio on 10-Feb-2011 04:04

  • Tooltip for IR report(Apex 3.2)header column

    Hello Everyone,
    I need help in setting up a tooltip for report hearder in interactive reports. I tried the following methods:
    1) By assigning a div title for column Deptno(This code is taken from the html source of IR report column):
    <th id="DEPTNO" >
    <div id="apexir_DEPTNO" onclick="gReport.controls.widget(this.id)" style="">
    Deptno
    <div title="Tooltip text for first div">&lt/div>
    </div>&lt/th>
    2) With javascript & css : I put the following line on report header edit section:
    < a class="tooltip" href="#">Tooltip<span>This is the crazy little Easy Tooltip Text.</span></a>
    Nothing really solved my problem. Is there any easy way of resolving the above issue?
    Thanks in advance for your help.
    - Parveen
    Edited by: Parveen Sehrawat on Mar 14, 2012 2:58 PM

    Hi,
    Blog post example do not work with APEX 3.2
    By default on APEX 3.2 you do not have jQuery and dynamic actions.
    You can do same with APEX 3.2 if you use htmldbQuery plugin
    http://sourceforge.net/projects/htmldbquery/
    Integrate plugin and jQuery to APEX
    Then create page process before regions
    DECLARE
      l_sql VARCHAR2(32700);
    BEGIN
      l_sql := '
      SELECT COLUMN_ALIAS,
        HELP_TEXT
       FROM APEX_APPLICATION_PAGE_IR_COL
      WHERE APPLICATION_ID = :APP_ID
        AND PAGE_ID = :APP_PAGE_ID
        AND HELP_TEXT IS NOT NULL
      HTP.p ('<script type="text/javascript">');
      -- Create JSON object.
      HTP.prn ('var gIrColHelp = $u_eval(''(');
      APEX_UTIL.JSON_FROM_SQL(l_sql);
      HTP.prn (')'');');
      HTP.p ('</script>');
    END;Add to page HTML header
    <script type="text/javascript">
    $.htmldbIrReady(function(){
    $.each(gIrColHelp.row,function(i,jd){
      $($x("apexir_"+jd.COLUMN_ALIAS)).parent("th").attr({"title":jd.HELP_TEXT});
    </script>See working example
    http://actionet.homelinux.net/htmldb/lspdemo?p=220
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Edited by: jarola on Mar 15, 2012 4:53 PM

  • Tooltip for IR report header column

    Hello Everyone,
    I need help in setting up a tooltip for report hearder in interactive reports. I tried the following methods:
    1) By assigning a div title for column Deptno(This code is taken from the html source of IR report column):
    &lt;th id="DEPTNO" &gt;
    &lt;div id="apexir_DEPTNO" onclick="gReport.controls.widget(this.id)" style="text-align:center;"&gt;
    Deptno
    &lt;div title="Tooltip text for first div"&gt;&lt/div&gt;
    &lt;/div&gt;&lt/th&gt;
    2) With javascript & css : I put the following line on report header edit section:
    &lt; a class="tooltip" href="#"&gt;Tooltip&lt;span&gt;This is the crazy little Easy Tooltip Text.&lt;/span&gt;&lt;/a&gt;
    Nothing really solved my problem. Is there any easy way of resolving the above issue?
    Thanks in advance for your help.
    - Parveen

    Hi,
    This might help
    http://dbswh.webhop.net/dbswh/f?p=BLOG:READ:0::::ARTICLE:2311800346467196
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • ToolTip for a report

    I have a big report. and now i want to show one column as a tool tip like the one in java. this means: for every row exists a specific column, named description, which should be shown as a tool tip.
    Is there a possibility to realize this?

    Hi again,
    with the tool tip i got a little problem.
    in this report i have 205 data rows. and two rows are displayed wrong now.
    the first two columns are right. than comes the third column "hostname", which contains a link and the tooltip.
    But now - only in two rows - in the third row is the fourth colum with the link and the tooltip of the third column.
    The following columns are also moved in the column before.
    Can someone imagine why the columns moved?
    Additional info: i can edit every row in a form. if i edit one of the two rows all is correct, that means hostname = hostname and so on
    maddl

  • Results Tooltip in a report

    Hi
    When creating a report with navigation link or dynamic sort on the dashboard when you point with the mouse over the link ( not clicking it just standing on the value) it gives a "Results" tooltip in yellow box.
    Is it possible to control this tooltip and to give another value instead of "Results" or can it be removed?
    Thanks

    Hi in fact is already use a customize template for my report
    CSS in html header
    <style type="text/css">
    ul.icon-list {
      margin: 0;
      padding: 0;
      list-style: none;
    ul.icon-list li {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: &P31_LABEL_WIDTH.em;
    ul.icon-list li a img {
      vertical-align: middle;
    </style>
    <!-- IE is broken -->
    <!--[if IE]>
    <style type="text/css">
    ul.icon-list li {
       display: inline;
    </style>
    <![endif]-->Icon List template for the report
    in the span balise i have (onmouseover="ToolTip('#TOOLTIP#');">#LABEL#), not appears in the balise 'code'
    <li class="dd">
      <a href="#DERIVED$01#">
        <img src="#ICON#" alt="#LABEL#" />
        <span onmouseover="ToolTip('#TOOLTIP#');">#LABEL#</span>
      </a>
    </li>
    <ul class="icon-list">
      </ul>
    <table>#PAGINATION#</table>I test the following javascript :
    function ToolTip(texte) {
    toolTip_enable(texte,this,texte);
    }When the mouse is over the field i get well the tooltip value i'd like to have but it appears in the bottom of the page always in the same area.
    could someone give me more info about 'toolTip_enable' function?
    Thx in advance.
    Celio
    Edited by: Celio on 10-Feb-2011 04:00
    Edited by: Celio on 10-Feb-2011 04:01
    Edited by: Celio on 10-Feb-2011 04:03
    Edited by: Celio on 10-Feb-2011 04:04

  • OBI EE - Reports

    Is there any way we can give Tool Tip Like help in Reports built in OBI EE. Also can we apply this tool tip at cell level or data level.

    I think it is possible by changing the custom XML messages. There are certain messages pointing to tooltips especially in reports as well as in dashboards. Search by Reports(this is the default tooltip for Answers) in the XML messages directory and you would get a list of all Tooltip messages.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Tooltip in reuse alv..

    hi
               in reuse alv grid is there any option for tooltip..
    as in classes alv u have coltext for display and  seltext for tooltip
    can i do this in reuse alv grid....
    if yes plz tell me how....

    Hi Neha,
    Please refer the link,
    tooltip on alv reports
    Regards,
    Hema.
    Reward points if it is useful.

  • How to implement tool tip functionality in SSRS report

    Hi,
    I want to implement the tool tip functionality in on report.
    Requirement is like this, When ever I have to move my mouse to the 
    particular below mentioned column the fully qualified name should have to shown in the tool tip.
    What are all the thing I have to use to implement on this.
    Whether I have to use the java script or anything else.
    Please let me know..

    Hello,
    We already have a build-in tooltip functionality in reporting services / report Definition, simply use that:
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Intelligent tooltips

    When hovering over a selection of clips, it would be nice if the tooltip that appears reported the  in the Timeline would report the Start, End and Duration of the SELECTION and not just the single clip under the cursor.  In other words, it would be nice if Tooltips were intelligent.
    Agree, disagree?
    I know the Info window can do the same thing, but people working on a laptop don't exactly have screen real estate to spare for another window that tooltips could replace.

    Ann Bens wrote:
    Even in selections I most of the time use the info for one clip.
    If that's true for one user here, it surely is true for other users out there, so okay, it seems where would have to be a way to accomodate both, so how about this:  A larger tooltip that shows the info for both the individual clip the cursor is above AND the entire clip selection?
    If could look like this:
    CLIP NAME  [CLIP SELECTION]
    Start: CLIP [SELECTION]
    End: CLIP [SELECTION]
    Duration: CLIP [SELECTION]
    Example
    MVI_3291.MOV  [CLIP SELECTION]
    Start: 00;01;23;15 [00;01;23;15]
    End: 00;01;27;00  [00;03;23;15]
    Duration: 00;03;15 [00;03;00;00]
    Values would show up for the clip as they currently do, followed by values between brackets (or differentiated somehow) for the entire selection.
    Using Mark Selection is not an ideal workaround since it adds an extra step for users to remove the in/out points, or it can remove currently set in and/or out points that the user does not want changed just for the sake of verifying the duration of a clip selection.
    Thoughts?

  • Adding image HTMLB

    where should we put the images in the par file. I added them in images folder but its not accessible when i use this
    <hbj:image
         id="Image"
         tooltip="Thumbnails"
         src="images/image.JPG"
         alt="Image">
         </hbj:image>

    Hi Siddhartha,
    If you are using JSPDynPage and if you have JSP page, you can use the code given below in the JSP page. In import statement dont forget to import
    "com.sapportals.portal.prt.resource.*" package
    <hbj:image id="printIcon"
         tooltip="Print this report"                      
         alt="Print"
         src="" >
    <%
      IResource rs = componentRequest.getResource(IResource.IMAGE,  "images/image.JPG");
      printIcon.setSrc(rs.getResourceInformation().getURL(componentRequest));
    %>
    </hbj:image>
    Hope this helps,
    Thanks,
    Praveen

  • How to implement Tool tip text in peoplesoft

    Hi PS Team,
    Please provide me the steps or reference to create tool tip text.
    Thanks and records,
    raghavendra

    Hello,
    We already have a build-in tooltip functionality in reporting services / report Definition, simply use that:
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Unable to Drill-through in SmartView Version 11.1.1.3

    While trying to drill-through in excel using SmartView Version 11, getting an error 'Operation is not valid on member cell. Please make a different selection and try again'. The cell that I'm drilling on does have the tooltip listing the report and it is highlighted in a different color. What setting am I missing?

    Hi Celvin,
    Planning 11.1.2.3 is installed on a Linux box.
    Moreover I couldn't find the folder names 'services' under the logs folder as mentioned by you.
    C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\services\HyS9EPMServer-sysout.log (if compact deployment)
    C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\services\HyS9Planning.log (if not compact)
    Nothing has been captured in
    C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs
    But i see that the Dimensions 'Employee' and 'Job' have been added in the Dimension list, which should have been added once the workforce is initialized.
    Regards,
    Raj

  • Question on webi extension points

    Hi,
    I am just wondering if anyone has used extension points to do the following?
    to capture mouse hover (point) when user hovers over the report.
    to capture the clicked cell whether it is a column header or cell and column index.
    Thanks.

    Hi gandams, unfortunately as David said , the event model of the extension point is not that fine grained and you can not trigger events from the report elements itself.
    Apart from the report menubar/toolbars/dialogbox/popup buttons, you can trigger events for workflow actions such as refresh, drill, or when you switch report tabs. (please note that the opendocument event will be included in a next service pack).
    Maybe as a workaround, you could create a new panel (left or right). Then point it to a JSP page where you will invoke a mix of Javascript/CSS and REBEAN in order to get values from dataproviders or a selected table.
    From there you can create a tooltip on your report values and interact with the report.

  • OnMouseOver displays Tooltip from hidden column of classic report

    What: The Goal:
    Make easily available more information than fits on one line of the screen without using multiple fixed lines.
    Background:
    Classic report with 18 data items (columns) visible. Has Search box and user can choose number of rows displayed.
    A couple data items can be long (20-30 characters) compared to the screen width. The right-most data item might run 100 characters.
    Proposed Strategy:
    1) Display the first n characters of the long item(s) on the report.
    2) On onMouseOver display the entire item.
    Proposed Approach:
    1) For each column with long data, hold the entire value in a hidden item.
    2) Display long (hidden) value in tooltip (bubble?/balloon?) upon onMouseOver of that value.
    Note: This is not ToolTip/Help for a column but display of the long value for a specifc item in the row of a column.
    Sought After Feature:
    1) To reduce maintenance, would like to implement for multiple columns using a single common block of code.
    Question:
    Given other approaches you know, is this a good approach to achieve the goal? Alternative approaches?
    Howard

    Well it took a while and you really made me work for this. :)
    For the end result hover on the Job Ln Nm column.
    http://apex.oracle.com/pls/apex/f?p=991202:1
    I added some old code I had laying around. It adds a bubble that will stay up for 5 sec or until you click away or hover on another record.
    What I would do at this point is just truncate (with a substr) the length of the Long Nm to something short. Use whatever indicator you want for the hover. Like for example these glasses <img src="#IMAGE_PREFIX#Fndview1.gif"> It's really up to you.
    You'll see there's an AJAX Callback PLSQL where you can retreive and format the content of the popup to whatever you want. You could make it real pretty.
    Here's what I did:
    1. New ShowJob javascript procedure.
    function ShowJob(pThis,pId){
         this.dTimeout;
         clearTimeout(this.dTimeout);
         this.dGet = dGet;
         this.dShow = dShow;
         this.dCancel = dCancel;
         var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=FULL_LONG_NAME',$v('pFlowStepId'));
         this.dGet();
         return;
         function dGet(){
               this.dTimeout = setTimeout("this.dCancel()",6500);
              get.addParam('x01',pId);
               get.GetAsync(dShow);
         function dShow(){
               $x_Hide('rollover');
               if(p.readyState == 1){
               }else if(p.readyState == 2){
               }else if(p.readyState == 3){
               }else if(p.readyState == 4){
                     $x('rollover_content').innerHTML = p.responseText;
                     $x_Show('rollover');
                var l = findPosX(pThis)+pThis.offsetWidth+5;
                     var t = findPosY(pThis);
                $x_Style('rollover','left',l + 'px');
                     $x_Style('rollover','top',t + 'px');
    // This math would center on the vertical           
    //                 $x_Style('rollover','left',findPosX(pThis)+pThis.offsetWidth+5);
    //                 $x_Style('rollover','top',findPosY(pThis)-($x('rollover').offsetHeight/2)+($x(pThis).offsetHeight/2));
                   document.onclick = function(e){
                   dCheckClick(e);
               }else{return false;}
         function dCheckClick(e){
              var elem = html_GetTarget(e);
              try{
                        var lTable = $x_UpTill(elem,"DIV");
                        if(lTable.id!='rollover_content'){dCancel();}
                        else{}
              }catch(err){dCancel();}
         function dCancel(){
               $x_Hide('rollover');
              document.onclick = null;
               get = null;
    }2. Rollover div on the page footer (div id="rollover"...). Of course this could be a region also.
    &lt;div id="rollover" style="display:none;color:black;background:#FFF;border:2px solid #369;width:290px;position:absolute;padding:4px;">
    &lt;div id="rollover_content">&lt;/div>
    &lt;/div>
    3. PLSQL AJAX Callback. : FULL_LONG_NAME
    -- select your value with apex_application.g_x01
    htp.p('You hover over ' || apex_application.g_x01 || '<br>');
    htp.p('Here is the Full Long Name: XXXXXXX XXXXXXX XXXXXXX 1234565');4. Changed Long Nm column to be a link with the onmouseover call that calls the new procedure ShowJob. I made the assumption that with the NUM parameter you could fetch the full record of what you need.
    onmouseover="ShowJob(this,#NUM#)"
    That should be it.
    Let me know what you think.
    -Jorge
    Edited by: jrimblas on Apr 22, 2013 1:05 PM: Added code to post for completion

Maybe you are looking for

  • OS command in proces chain

    Hi, has anybody experience with runnig unix command from proces chain? I tried to do this, but nothing hapened. Where should be a problem? Thanks    RH

  • HT1420 If I deauthorize all computers can I then authorize just the one I vafe left ?

    Only have one computer but never deauthorized old ones so account says 4 of 5 authorizations are in use. If I use the deauthorize all can i then re-authorize the one I have now ?

  • Bluetooth will not recognise my GPS

    Can any one help, please? I have a PowerBook G4 1.25 GHz running Mac OS X, version 10.4.3 and want to use a BT-338 GPS with my ROUTE 66 Route 2004 Application. Although Bluetooth Preferences says that it has connected with the GPS, when I tell ROUTE

  • Itunes will not open new mp3 files in Recently Added playlist

    I just downloaded the newest update from itunes. Before this, whenever i downloaded an mp3 file (not from itunes) it would open in itunes in my Recently Added playlist. Now, when i click open in Itunes, the itunes window opens up but the file isnt in

  • Compiled vi always runs when opened, Labview 2013 bug?

    I'm presuming it's not a bug, but right now it looks like that: I compile a vi to an exe using the application builder, but no matter how I adjust the settings, the vi will always run when opened. I'm running LabVIEW 2013. Lars Melander Uppsala Datab