Custom jQuery overlay tool in Interactive Reports not rendering

As the subject says, I got a problem in rendering jQuery on an Interactive Report. It is working on a non-paginated pages, like forms, and also in Interactive Reports, but whenever the data is getting paginated, after you go to the next page, the jQuery won't work.
Here is the scenario:
I have an Interactive Reports page that displays the Files in my table (all of it are images.)
SELECT
('<img src="#OWNER#.DISPLAY_IMAGE_PROC?image_id='
||f.image_id
||'" width="64" height="48" rel="#img'||f.image_ID||'" />') AS IMAGE
FROM TABLE_NAME
The rel attribute of the image is the one that I am using to get the jQuery to work.
The src of the image is a procedure to get the path of the image. (Based in Denes Demo Application)
On the Interactive Reports Page, it displays the image correctly.
When you click the Image it will display an overlay image with the size of 640x480.
But when you go to the next page, the function will not work, and there are no errors given (javascript / oracle error / any other).
If you don't know how to implement a simple overlay tool in jQuery go here: http://jquerytools.org/demos/overlay/index.html
anybody experience something like this?
-Philip
Edited by: 942717 on Jun 25, 2012 2:44 PM

You need to enable overlay on after refresh event of the report
Create a dynamic action
Event: After Refresh
Selection Type: Region > and select your IR region
Action: Execute JavaScript Code
Code: add your overlay code something like below
$("img[rel]").overlay();

Similar Messages

  • Interactive Reports not working with APEX listener

    Hi,
    I have posted this question APEX listener forum couple of weeks ago but very few responses.
    If any one from here can help then it would be great.
    Interactive Reports not working with APEX listener
    Best Regards,
    Baig

    Sorry for late response.
    It was a firewall issue

  • Standard jQuery tabs and an interactive report as a "tab" sub-region

    Hi all,
    I have a standard, simple implementation of jQuery tabs following the exact instructions by Patrick via this thread:
    Re: New themes in APEX 4 not working with JQuery tabs
    As one of the "tabs" (sub-regions), I want an interactive report. I use "no template".
    Problem is that when the IR is in a tab, the pop-up column menus and such are no longer aligned, e.g. I click one of the column headers of the IR and the pop-up menu shows up much lower on the screen than it should -- sometimes off the screen if I have another region above. Can anyone assist? Maybe it's a DIV tag conflict between the jQuery template and the built-in IR?
    Here is my example app:
    http://apex.oracle.com/pls/apex/f?p=19782:1
    Also another issue I've never seen quite resolved -- on "tab2" in the above app, you see what happens when you actually use a template in the sub-region. It breaks off the encompassing parent tab.
    Sorry, if I was more savvy in the display options, I could probably solve all this -- so I'm hoping somebody else is or has already solved it and can share. Thanks so much!
    David

    If anyone is interested, I finally found the answer to this issue. It's all here:
    http://www.apex-blog.com/oracle-apex/using-jquery-to-fix-broken-apex-interactive-report-drop-down-menus-150.html
    Very special thanks to Stephen Blair (who owns the blog above) for the simple solution! Thanks Stephen!
    David

  • CRM Interactive reports not loading any data on WEB UI

    CRM BI client is setup properly by following CRM IR config guide C41.
    /CRMBW/CONFIG_WIZARD doesn't show any major errors. I am able to create
    the custom interactive reports but when these reports are executed no
    data shows up in the report.For example ,we are building interactive
    reports under opportunities area for a user, who has opportunities in
    the system.
    Our CRM Sytem is on CRM7.0 EHP1 SPS3.
    Thanks
    Thirumala

    Hi Thirumala,
    if still relevant (sorry for the late reply): check if the user is assigned to a business partner (employee), which is assignet to a correct position in the CRM Org model, and that this business partner is the employee responsible of the sales documents you want him to see in the reports.
    Alternatively, the user's business partner can be a manager of such an employee.
    Best regards

  • APEX Interactive Report not shown complete on production system

    Hello,
    I have a problem with my Apex 4.1.1 application on customers production server.
    On our development system (Oracle 11.2.0.3) the Apex IR with the query down below delivers 1.500 rows and the page loading is finished after 3 seconds.
    On our customers production system (Oracle 11.1.0.7) the same IR shows only the first 800 rows and then page loading runs endless. When i add a pagination with 500 rows everything works fine.
    When i execute the Query in SQL Workshop the 1500 rows are delivered on both systems within 0,4 seconds.
    What could be the problem?
    kind regards
    Stefan
    Here the source of the Interactive Report:
    select o.oid, o.obj_id, o.obj_name, f.finanzst_oid finanz_kosten_oid, 'Finanzierung' art, fst.BEZ bezeichnung, f.grundstueck_bet grundstueckskosten, f.bau_bet baukosten,f.von_datum, f.bis_datum, f.sort
    from afa_objekte o, afa_finanz f, afa_finanzst fst
    where o.aktiv is not null
    and o.oid = f.objekte_oid
    and f.finanzst_oid = fst.oid
    union
    select o.oid, o.obj_id, o.obj_name, k.kostenst_oid finanz_kosten_oid, 'Kosten' art, kst.BEZ bezeichnung, k.grundstueck_bet grundstueckskosten, k.bau_bet baukosten, k.von_datum, k.bis_datum, null sort
    from afa_objekte o, afa_kosten k, afa_kostenst kst
    where o.aktiv is not null
    and o.oid = k.objekte_oid
    and k.kostenst_oid = kst.oid
    order by obj_id,sort nulls first,finanz_kosten_oid,von_datum;

    any ideas? anyone?

  • Conditionally displayed columns of interactive report not displayed

    We have an interactive report in which few of the columns have been defined with conditions for display.
    But on the interactive report page, when the conditions are satisfied these columns do not display in the report by default.
    These columns are found in the 'Select Columns' -> 'do not display' pane. Everytime the report is run, these columns need to be selected using the select column.
    Is there anyway to make the columns appear in the report by default, when conditions are true.

    Thanks Jari for your help.
    For this issue, we finally came up with a work around.
    we removed the conditions from all the columns then ran the application report page.
    Clicked on Select Columns and moved the columns from the do not display pane to the right pane.
    Ordered them as needed. Then saved the report as primary.
    Then again went to the edit page-> interactive report and applied the conditions to the necessary columns.
    and it worked.
    When I went to the report these columns are displayed by default.

  • Interactive reports not working - am i missing something ?

    Hi.
    I just upgraded to apex 3.1
    I wanted to test the interactive reports functionality. I can create the region with the query and i can set all the things under "report attributes".
    But when i run the page, i see the report with the initial data my query brings me up but i cant do anything. The search symbol is not clickable and the other symbol in the search panel is also not clickable.
    Did my upgrade missed something ? Any java things missing ?
    How can i chack if something is missing ?
    Thanks
    Bernd

    My Interactive reports on Apex 3.1.2 on 10g XE worked fine until one day I got the same issue with no known system changes. Fail on both IE and Firefox on multiple machines. Restarting Apex doesn't hep.
    IE error is:
    Line: 96
    Char: 1
    Error: 'gReport.controls' is null or not an object.
    Code: 0
    URL: ...
    Anyone else experiencing this?

  • Popup KEY LOV in Interactive Report not work as expected

    Hello,
    in an Interactive Report, i have added in a Region a Popup Key LOV (Displays description, returns key value). This LOV works ok in other Forms. But in the Report item (Session State variable) instead of returning the Return Value of the LOV, it returns the Displayed Value (inspected the Session). How can i make it work as expected ?
    TIA

    At the moment, i am ok with all the functionality of the IR, which is finished. What i want is to use some extra items on the upper part of the page that aid the user to restict in large part the IR query result. Some of these are ideal candidates for LOVs - I want LOV to diplay the Display values and after user selection to return the Return value, either to page item or to other variable. How can i achieve this? Any idea? So far the LOV returns the display value in the Item AND session corresponding variable.

  • Checkbox interactive report not working...

    Problem in image
    http://i.imgur.com/9Ptym.png
    my interactive report query
    select "ROWID",
    "DB_ITEM_ID",
    "DB_CUST_ID",
    "DB_NAME",
    "DB_ADDRESS",
    APEX_ITEM.CHECKBOX (3,DB_CUST_ID) AS Edit
    from "#OWNER#"."DB" for some reason my check box would show up in html code...
    resources im looking at:
    https://apex.oracle.com/pls/apex/f?p=40323:1:1513972688392601:::::
    http://ioug.itconvergence.com/i/doc/api084.htm

    Hi,
    See below links
    Re: Check all checkbox in an interactive report
    Re: Dispaly / Filter checkbox field in IRR
    Re: Need help with APEX_Collection
    http://actionet.homelinux.net/htmldb/lspdemo?p=83
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • CRM Interactive Reports not working

    hi,
    In CRM2007 we have this new feature of interactive reports, where we can create OLTP reports. I am trying to explore this feature. But when i click on Create report option, I am getting "Maintain RFC Desination for local BI".
    When i go to SM59 and look at the destinations, i can see a connection created to local system under "Internal Connections" folder.
    Please help me resolve this issue.
    regards
    Raghav

    Hi Raghav,
    follow this u ll get
    http://help.sap.com/saphelp_crm60/helpdata/de/44/8e32e6e1663674e10000000a114a6b/frameset.htm
    reward points if helpful
    cheers
    Manohar

  • Interactive Report not downloading current dataset

    I'm using an interactive report to display some table information. On the page I have two page items which the report uses for filtering. The page items can be updated from another page (i.e., when another page branches to the IR it passes a couple parameters which update the page items and the report is filtered based on that).
    The problem is when I download the report. It always downloads the dataset based on initial default settings for the two items. The report itself displays correct info on the page but the download never uses the current page item settings.
    How do I correct this?
    Steve

    Ok, well I figured out a solution...
    Instead of using "read only" items as parameters in the report, I changed to using a Select List. Each time the value is changed it refreshes the page. Now whenever I download the report it pulls the data based on the current select list parameters.

  • Crystal reports not rendering properly and toolbar is also not visible in firefox 21.0

    my application works fine in chrome and internet explorer when it comes to crystal reports but Firefox is not rendering them properly. they are disturbed and toolbar is also not visible. i am using visual studio 2008 for development and the crystal reports that come with it. it works fine on local system but have issues when deployed on online server. all my clients are facing the same problem. they have to use alternate browser for printing reports. But i would be happy if Firefox renders them correctly. Anyone can help?

    i made this change in my code using Visual studio 2005 VB
    rpt.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response,
    False, "Title you want")
    it make me a PDF and i dont need the cristal report bar to print it
    i hope you help you

  • Interactive forms not rendering in GP 7.0

    Hello everyone,
    I am trying to use interactive forms in GP 7.0, I have followed the help tutorials but the interactive form is just not rendering at runtime. I am able to use successfully other callable objects but the interactive form object always states " next activity not yet started".
    I have checked on all server side configurations in Visual Admin, have given my j2ee server and mail server hostnames wherever necessary but still no success.
    Moreover I am unable to set "Synchronise System Landscape" parameters in Web Services Client - Visual Admin.
    Please provide me with suggestions on this.
    Thanks,
    Lisha

    Hi Yasar,
    I am able to successfully do the standalone interactive form scenario where a form initiates a GP process, but I am unable to do the GP scenario where form is a part of the process.
    My scenario :
    form 1 is a standalone form that triggers a GP process and sends to it some  parameters. The triggered GP process has 2 actions, first action has a webdynpro callable object that retrieves the data from form 1 and second action has an interactive form callable object that will receive data from the WD callable object and send mail/display form.
    At runtime, the form1 triggers GP process, and i can see data in the WD action, but the next action that has interactive form is not executed, neither the form is displayed, nor is it emailed. Moreover its also giving a message that action 2 has been completed!
    I believe i have done all parameter and role mappings, also have updated caf/eu/gp/model service with correct parameters. Also I have a single user as default user for all the roles, and i have set this user's mail id as well.
    Please help if you can..
    Thanks
    Lisha

  • Crystal report not rendering properly on Mozilla ?

    Hi,
    We are using VS2008,CR2008 on server 2012. In Chrome & IE CR working properly.
    But when I am using Mozilla with updated version not rendering properly.

    This is an old version of this issue that might give some insight:
    *[http://stackoverflow.com/questions/19768144/crystal-report-v10-5-toolbar-not-visible-on-firefox-but-visible-on-ie-and-chrome]
    also (but I am not sure what version you are using): " CR 10.5 is one of the versions that was not updated to support IIS7." from [http://www.experts-exchange.com/Database/Reporting/Crystal_Reports/Q_28350929.html]
    It might be ideal to ask a developer in stackoverflow.com or file a bug with webcompat.com for expert investigation for crystal reports. I am sorry I could not be more helpful.

  • Report not rendering charts in pdf (A generic error occurred in GDI+)

    I've found the following exception stack trace in the Report Server log:
    ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: A generic error occurred in GDI+. ---> System.Runtime.InteropServices.ExternalException:
    A generic error occurred in GDI+.
       at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
       at Microsoft.Reporting.Chart.WebForms.Chart.Save(Stream imageStream, ChartImageFormat format)
       at Microsoft.ReportingServices.OnDemandReportRendering.ChartMapper.GetImage(ImageType imageType)
       --- End of inner exception stack trace ---;
    I've got no idea what this is, any help would be appreciated. I don't know what could potentially cause this, so I don't even know how to start looking for a fix.
    Other info:
    SSRS 2012 BI
    Win Server 2008 R2 (Running on Hyper-V)
    The pdf report(s) renders and is saved to the location it is meant to, but devoid of any charts. A data driven subscription controls the rendering.

    Hi,
    This is a known issue with Windows GDI+. To resolve the issue, please install the hotfix for youR Windows Server 2008 R2 from:
    http://support.microsoft.com/kb/2495074
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Separating library into mp3 and lossless libraries?

    I have imported most of my music into iTunes using lossless format, but have been making mp3 copies of some of my music to place on my ipod. This is not ideal, because, for example, when picking songs to play the genius function will often pick the m

  • Can I change the way iCal displays events in Month view?

    I don't like the way iCal in the new OS displays events in Month view.  It's counter intuitive to have the time of the event be at the far right and grayed out.  I find myself staring and slowly scanning down the display just to find out when I have

  • Input field in report output

    HI EXPERTS,                I am taking input from user in my report output then I wil save it to my ztable. For taking input I have used follwing code. WRITE : /1 SY-VLINE,                          (5) ITAB-WERKS CENTERED,                          SY

  • How to use MacBook Pro with SXGA projector

    Because it provides better display capabilities, I want to purchase an SXGA projector.  The MacBook Pro I have only supports 1440 X 900.  SXGA is 1400x1050.  Is there anything I can do to make the two compatible?

  • I have deleted my system preferences from my iMac how can i get it back?

    I have accidentally deleted my system preferences from my mid 2007 iMac 27 inch. I logged out of my user to see if it was in one of the others but there was just a question mark when I logged back into my user there was also a question mark is there