Bringing up the help popup in an interactive report

The gear dropdown on an interactive search, has a help, that when clicked on would bring up a popup explaining the icons of the gear search.
I created a button and trying to bring up this help when the user clicks on it.
How would I go about doing this?
Thanks.

Lloyd,
An interactive report is also known as a worksheet. Each interactive report region has a unique ID. That ID is needed as a parameter in the URL to generate the help page.
On second thought, try the following which should not need a page item:
javascript:html_PopUp('wwv_flow_utilities.show_ir_help?p_app_id=' + $x('pFlowId').value + '&p_worksheet_id=' + $x('apexir_WORKSHEET_ID').value + '&p_lang=en-us');Regards,
Dan
http://danielmcghan.us
http://sourceforge.net/projects/tapigen

Similar Messages

  • Changing the default edit icon of interactive reports

    Hi,
    I have tried to look around to find a place to set the default edit icon of interactive reports and I cant seem to find it.
    Another thing is: What would be the best practice to change the icon to a new image that is NOT part of the apex installation? Right now we have 8 icons to choose from, which are all located in apex image library. Its not even located in the theme. So if I just overwrite the current default icon it would be overwritten again next time I upgrade apex.

    bjarkekr wrote:
    Another thing is: What would be the best practice to change the icon to a new image that is NOT part of the apex installation? Right now we have 8 icons to choose from, which are all located in apex image library. Its not even located in the theme. So if I just overwrite the current default icon it would be overwritten again next time I upgrade apex.I would apply an override using CSS.
    Create a style sheet and include it in all required page templates:
    .apexir_WORKSHEET_DATA td[headers="LINK"] a img {
      display: none;
    .apexir_WORKSHEET_DATA td[headers="LINK"] a:link,
    .apexir_WORKSHEET_DATA td[headers="LINK"] a:visited {
      display: block;
      /* Change dimensions to size of your icon */
      height: 18px;
      width: 18px;
      /* Change URL to location of your icon */
      background: transparent url(/i/ws/small_page.gif) no-repeat;
    }This removes the edit icon specified in the IR attributes and replaces it by showing whatever icon you want as a background image on the link element. This allows you to change the icon universally for all IRs by making a simple change to the dimensions/background image URL in one place.

  • What is the use of 'pick' in interactive reporting

    hi
    what is the use of 'pick' in interactive reporting.

    Hi
    We will use this event whene setting PF-Status for Function Key F2.
    Reward All Helpfull Answers.........

  • Bring back the Help pane!

    I recently bought Flash CS4. Before this, I was used to working in Flash 8 Professional. One of the features of Flash 8 Professional I used the most was the Help pane, which displayed Flash's documentation (searchable) in a window inside Flash itself, without the need to go to a HTML file or an external web page.
    Today, I started using Flash CS4, and was surprised to discover that the Help pane was (apparently) no longer a part of Flash!
    So, my suggestion to the MacromediAdobe developers is: I (and, I'm sure, many others) would be grateful if you were to return in-program Help capabilities to Flash-- thanks in advance.
    Everybody else: Do you feel the same way/do you have any idea why it was removed?

    I don't think I've come across anyone who likes it without the help system built in.  I haven't upgraded to CS4, and that is just one of the reasons for my avoiding it.
    As to why they did it???  It's possiblte that like alot of the CS4 package it simply wasn't ready to be released, so they opted to leave it out... but that's just speculation on my part.
    As far as letting Adobe know about your preference...
    suggestions to Adobe - Wishlist
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Help with Aggregate on Interactive Report

    I have a field that is a number but I need to convert to show as a percentage (i.e. 17.4%) in the interactive report. At the same time I need to be able to do an Aggregate on this field so I know it needs to stay a numeric and I can't convert in the SQL. Is there a way to use the number format mask on the column to add the percentage or another way that will allow me to still perform aggregates?
    Version: Application Express 3.2.1.00.12
    Thanks for your help.
    Chris

    Anyone have any suggestions?
    Thanks.

  • Add a logo to the header definition of an Interactive Report

    Hi Folks.
    Using Apex 3.1 and BI Publisher.
    I am enabling an Interactive Report region to output to PDF & Excel.
    Has anyone managed to add a logo to the Header/footer definition in the Print Attributes section?
    Is it possible? The region definition does not understand simple HTML syntax.
    If anyone would let me know if a) They've done it or b) It ain't possible that would be great.
    Many thanks.
    Dogfighter.

    Just reading through this thread. So perhaps a few comments might be helpful:
    - Interactive report regions do currently not support Report Layouts, you're limited to the built-in generic layout and won't be able to include images
    - You can add a button to your interactive report region page which could initiate the download of a report query, when doing this, you would get the result set of your report query not the interactive report region, so even if the queries are the same, you might have different filters applied to your interactive report
    - You can in fact include static images in your RTF report layouts using the BI Publisher Desktop Word Plug-In and MS Word, so you can have logos etc in your PDF documents. But report layouts currently only work with report queries and classic report regions
    - You can also include dynamic images in your PDF, e.g. based on images stored in a BLOB column, there's currently a character escaping issue causing some trouble with this, which will be fixed in 3.1.1, more on that once 3.1.1 is out (soon)
    - the print server overwrite is designed to point to a different print server than the one configured for your APEX instance, not to point to a specific report. So if your instance has BI Publisher configured, but for a specific report you want to do some special rendering using your own code, you can write e.g. a JSP, Servlet, etc that's doing the rendering, and then point yout report to that URL
    Hope this helps, we do plan to add support for report layout to interactive report regions in the next full release of Application Express
    Regards,
    Marc

  • Is possible to save the user that uses the download action in an interactive report.

    Hi,
    In my application I want to save who is downloading the interactive reports information in any format, is it possible?
    Regards

    Hi Eva,
    As far as I know there is not an out of the box option that shows you the user that is downloading the interactive report. I guess you would have to write your own logic for that.
    You can create your own logging table and a dynamic action with
    1) a pl/sql procedure to insert the logging into the table, and
    2) submits the page with the appropriate download format, eg. f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION_ID.:CSV::::
    As trigger of the dynamic action you need to use either of the download buttons, so I'd suggest the jQuery selector "#apexir_dl*"
    Kind regards,
    Vincent

  • The symbol '=' is missing in interactive report compute option's keypad

    Hi Friends,
    I am having an interactive report. I am trying to give a compute option like CASE WHEN A = 10 THEN B + C ELSE B
    END . All other sysmbols except *=* is found in the key pad. But if we put '=' symbol manually it is working fine. Is
    there any option to show the *=* symbol in the key pad itself?
    Thanks
    TJ

    Hi,
    There is no option to add it
    Br, Jari

  • How I get the primary key in a interactive report?

    hi,I'm a noob of apex.
    I want to get a Interactive report's primary key or rownum,and I try to use the f01...but it doesn't work.
    how can I do this.
    zl

    Have a look at: Re: To reference Interactive Report filtered rows in PL/SQL

  • Increase the Performance of Search In Interactive Report

    Hi,
    I created a report which has about 10000+ records. To load the report it is not taking much time. But when i make a search in interactive report it is taking lot of time. Please suggest me how to increase the performance of interactive search.
    I am using Oracle apex 3.2 and Oracle 10g XE database.
    Please suggest me.
    Thanks
    Sudhir

    Hi,
    1) I am using Row Ranges Pagination from X to Y
    2) To Execute it takes about 1.15 seconds
    3) This is the function am using to make a call
    FUNCTION  FUNC_ORACLE_CONTRACT(P_SERIAL_NUMBER IN VARCHAR2,P_FLAG IN VARCHAR2) 
    RETURN VARCHAR2
    AS
    L_LOCATION_ID    NUMBER;
    L_SYSTEM_ID      VARCHAR2(200);
    L_ENTITLEMENT_ID VARCHAR2(200);
    L_CREATED_DATE   DATE;
    L_COMPANY_NAME   VARCHAR2(500);
    L_LEGAL_NAME     VARCHAR2(500);
           SELECT DISTINCT LOCATION_ID, SYSTEM_ID, ENTITLEMENT_ID, CREATED_DATE       
           FROM CUSTOMER_LICENSES
           WHERE PRODUCT_SERIAL_NUMBER = P_SERIAL_NUMBER OR
                 ENTITLEMENT_ID = P_SERIAL_NUMBER        OR
                 ACTIVATION_ID = P_SERIAL_NUMBER ;
    BEGIN
      OPEN C1;
      FETCH C1 INTO L_LOCATION_ID, L_SYSTEM_ID, L_ENTITLEMENT_ID, L_CREATED_DATE; 
        IF P_FLAG = 'COMPANY_ID' THEN
           SELECT COMPANY_NAME || ' (C)' INTO L_COMPANY_NAME
           FROM CUSTOMER_LOCATIONS
           WHERE LOCATION_ID = L_LOCATION_ID;
             IF L_COMPANY_NAME IS NULL THEN
                 SELECT LEGAL_NAME || ' (P)' INTO L_LEGAL_NAME
                 FROM PARTNER_LOCATIONS
                 WHERE ID = L_LOCATION_ID;
               RETURN L_LEGAL_NAME  ;
             ELSE
                RETURN L_COMPANY_NAME ;        
              END IF;
        ELSIF  P_FLAG = 'SYSTEM_ID' THEN
          RETURN L_SYSTEM_ID;
        ELSIF  P_FLAG = 'ENTITLEMENT_ID' THEN
          RETURN L_ENTITLEMENT_ID;
        ELSIF  P_FLAG = 'LOCATION_ID' THEN
          RETURN L_LOCATION_ID;   
       END IF;  
    CLOSE C1; 
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    RETURN NULL;
    WHEN OTHERS THEN
    RETURN NULL;
    END FNC_ORACLE_CONTRACTS;Edited by: Sudhir_Meru on Apr 9, 2013 4:11 PM

  • Limitation of the entries in the drop down box of Interactive Report

    Hi all,
    Our team are currently using interactive report as an easy way to inquire the data stored in the database.
    Our entire table had close to 2000 entries, and we notice some of the entries are not displayed in the drop down box when we cllck on the column heading. Probably the first 1000 entries showed up in the drop down box. The rest don't show up.
    The drop down box is the one with the button sort ascending, sort descending, hide column, control break, and a textbox for user to type the data.
    We are just wondering is this a number being set in Oracle Apex, and whether we can modify it.
    FYI. we are using Apex 4.0, and Oracle 10.
    Thanks,
    Thomas.

    Hi Thomas,
    please have a look at http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/limits.htm#BGGEIHBG
    The workaround is to define a custom LOV for the filter.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Modal Popup Window Hides Help Popup Window

    Hello Everybody,
    today I stepped upon an issue regarding popup windows.
    I have created an application with popup windows for editing and inserting new records.
    I left the item label templates to "Optional with Help".
    When I now click upon an item label the help - popup window appears but it is hidden behind the popup window I am working in.
    Is there a workaround for that.
    Is there a possibility to modify the z-order either of the help popup or of the modal window ?
    Any advice is appreciated.
    Regards
    Marc

    There are lot of options to customize the behavior of jQuery dialog. You can set height as auto, however you need to specify some fixed width depending on the content.
    $( "#TEST_POPUP" ).dialog({ height: "auto", width:500 });Default for height is auto, so you may not need to specify it.
    See http://docs.jquery.com/UI/Dialog for more info.
    Regards,
    Hari

  • Help requested on Interactive Reporting

    Hi Friends,
    I am new to Interactive Reporting. I have followed the best practice document for interactive reporting (C41) and have configured the intercative reports. But when I am trying to execute the report 'Accounts with open acvtivities' I am getting the below error
    Filter on status value RELEASED could not be converted and was not applied
    Filter on status value PLANNED could not be converted and was not applied
    Please help me with the solution for this issue. Your help would be highly appreciated.
    Thanks,
    Jai

    Hi!
    Please note that status common is language dependent, i.e. all texts for Status Profile and Status values have to be available in translated form. Further, it is a general precondition for use of the Status Common concept that the user status texts are consistent across all supported languages. This means following:
    If two different combinations of status profile and status have an equal text for some language, then they also have to have an equal text for all other languages. Thereby a difference with respect to upper and lower case letters is tolerated.
    Example
    In following example of English and German status texts, the German text of status E0002 of profile CRMOPPCP is not consistent, as it differs from the text of status E0002 of profile CRMOPPOR. However, the English texts of these combinations of profile and status are equal.
    Profile      Status     Text
    CRMOPPOR     E0002      In process
    CRMDRGP      E0001      In Process
    CRMOPPCP     E0002      In Process
    DRDWOPPH     E0002      In Process
    Profile      Status     Text
    CRMOPPOR     E0002      In Bearbeitung
    CRMDRGP      E0001      In Bearbeitung
    CRMOPPCP     E0002      Offen
    DRDWOPPH     E0002      In Bearbeitung
    Without this precondition, a filter on status common may lead to undefined results between different languages.

  • Help - How to colour columns in interactive reports

    Hi,
    How do I colour columns in an interactive report ?
    I have created a solution to help student explore the many thousands of courses in the UK - with the results showing in an interactive report:
    https://production001-demandanalysis.db.em1.oraclecloudapps.com/apex/f?p=20300118:1
    (To get to results, interactive report, click a subject and then pick a subject from the course cloud.)
    What I want to achieve is the colouring of the columns - as currently shown - but programatically - without the user being able to see all the highlights I had to enter to achieve this.
    Any help greatly appreciated.
    Steve
    Apex version 4.2.2

    U can change the sql code for report in following way to color column.
    select
    AFFIRMATION_STATUS as AFFIRMATION_STATUS ,
    AFFIRMATION_DATE as AFFIRMATION_DATE,
    case when AFFIRMATION_STATUS = 'Affirmed' then 'green'
          when AFFIRMATION_STATUS = 'Rejected' then 'red'
        end the_color
    from MAIN_INTERFACE
    so it will generate a report with three columns viz affirmation_status and affirmation_date and the_color . Now open the_color column in report attribute tab.In column formating put "<span style="color:#THE_COLOR#;font-weight:bold;">#AFFIRMATION_DATE#</span>". If value of affirmation_status is affirmed then affirmation_date's value will come in greeen color. If its rejected , it will come in red color.

  • Its possible to post a variable on the help label?

    Hi all,
    Just asking if i can put a variable value on the help popup of a label.
    Can I?? how?
    Thanks you,

    Well I just try to create a textbox named Variable1 with a text like 'Try'
    And then I create a second textbox with the name Variable2 and I just put &Variable1. on the help text filed..... Then execute... and nothing on the popup help of Variable2 although Variable1 have sequence 5 and Variable2 10.
    Any other suggestion? or I did something wrong?
    Thanks for your reply, anyone else?

Maybe you are looking for

  • The drive my iTunes music was on is totally dead, so I'm on a new computer.  Is there a way to restore my music from my iPod to the new machine?

    I had a total hard drive failure.  I cannot retrieve my music stored on this drive, including a few iTunes purchases I had not backed up.  Is there a way to push my music from my iPod to a new computer with iTunes?  I hate the idea of re-ripping my C

  • Exception in Application server.

    Can somebody please explain the following two websphere app server exception messages?We got this exception in our UAT environment and actually we don't know why this exception came? [10/25/07 20:39:21:900 EDT] 7fca7ec8 ExceptionUtil E CNTR0019E: Non

  • Is FCE too much for me?

    Hi, I am a newbie when it comes to video editing. That said, I am very interested in learning as much about the editing process as I can. I have used iMovie for a while and I feel constrained - I feel like it is oversimplifying things to the point wh

  • Random Safari 3.04 crashes on recently updated 10.4.11

    Hi, I just ran the software update on my old powerbook, as I wanted to start using it for work again. However, after a couple of Java updates and combo OS updates safari has started to behave erratically. In fact it will be a miracle is this post eve

  • ICloud and Address Book.

    ARGHHHHHHHHHHHHHHHHHHHHHHHHH! Thank Heavens for backups. What is iCloud for? "Maintaining an Address Book across all of your Apple devices." Then why the @#$& doesn't it do that?! Plus ca change, plus c'est la meme chose- Then Apple wants me to pay t