Is There A Graceful Refresh of an Interactive Report?

Hello,
I have created an Interactive Report and then modified it to get the update functionality for one column, thereby following the
the clever solution of Roel Hartman:
http://roelhartman.blogspot.com/2009/11/updateable-interactive-report-websheets.html
Now all is working quite nicely, only there is one flaw. When I edit an entry and save it, the Interactive Report is refreshed and reset to the first page.
Therefore, updating a number of rows can become very tedious when you have to navigate back to the resp. page after each edit action.
I have tried several methods for refreshing the IR [for instance: gReport.search('SEARCH'); gReport.pull(); gReport.reset();] but not found a smart solution for a "graceful refresh" up to now.
I'm using "window.location.reload();" now in my "save" function, which lets me stay on the current page of the IR on saving.
Does anyone know of a better solution for this problem?
Kind regards
Roland
PS: I'm using APEX 4.1 and Firefox 9
Edited by: rbaier on 18.01.2012 04:48

Hello Tobias,
yes I have tried using a Dynamic Action. After refreshing, the IR once again displayed the first page.
Regards
Roland

Similar Messages

  • Drilldown and interactive reports

    hi,
    is there any difference between drilldown and interactive reports.
    if there exits , what is the difference?
    kindly help me.
    i will reward good points.
    regards
    thiru

    1. There is NO diff btw    Interactive and Drilldown.
    2. get cursor.
    get cursor field <field_name>  value <field_value>.
    when you double clik on any line in list..reads particular field instead of whole line (where you clicked).
    3. Hide statement.
    hides contents of fields to make availble to further list processing
    press F1 on HIDE you'll get more info...

  • Subscriptions - prevent from sending when no data in interactive report?

    Hello,
    I am wondering if it is possible to prevent a notification from being sent if there is no data in the interactive report on the day specified in the subscription?
    eg. I receive a private report Isabelle's Open Issues every Friday, but last Friday there were no open issues.
    We have another request for a weekly subscription but the requirement is that the report should only be sent when there are open issues.
    Thank you for advising.
    Kind regards,
    Isabelle Fallon

    I think there is no condition like that.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Displaying different colors for cells/columns in Interactive Report

    Hi,
    I have a requirement to display just the 'cells' in the Interactive Report columns with different colors.
    There are 3 columns in the Interactive report.
    The color coding for all the 3 different columns should be such that:
    <40% - red color
    40-70-orange
    greater than 70%-green
    I tried the highlight option in the report and saved the report as default, but still the color condition ended up getting displayed to the end user. I dont want this.
    Can someone suggest a better way to handle this requirement?

    Perhaps explore similar solutions described here
    Background Colour of Report Cell Issues.
    Scott

  • Is it possible to bypass the interactive report

    Hi -
    Is there a way to skip the interactive report and go directly to page 2 of my application if the report only returns one row?
    Thanks,
    Matt

    user1055564 wrote:
    Could you give me an example?I can't give you an example because I haven't actually done this, and we're trying to establish connectivity for my new project (no Apex connectivity yet).
    I'm thinking of something like having region item that's populated by a query, probably the count you are lookng for. The region header might have some JavaScript code looking at the count value as a substitution variable or text value you assign and possibly perform a redirect based on that value as set up in the page header.

  • Interactive report search features in Classic Report

    Hi,
    We have generate a report based on a dynamic query (columns,tables and where condition everything will be dynamic at runtime). As we can use only sql queries to create Interactive report, we are populating collections with our dynamic query and using that collection to create Interactive report. But there are lot of limitation with this approach (only 50 columns we can display, number and date columns are stored in character columns of collection as we don't have control on populating collection's number columns using api apex_collection.create_collection_from_query and clob columns are truncated to first 4000 character).
    If we can paint the features like search,filters,select columns of Interactive report in classic report, our problem will be solved.
    Is there anyway we can get these Interactive report feature in classic report.? or any other work around is available to overcome the apex collection limitation? Any idea on this will be very helpful.
    Thanks in advance.
    Nithyarajan M

    Hi User,
    ya, Jitu is right.
    Create a region "Search'
    and Create a text field page item like P1_REPORT_SEARCH and also create two buttons like
    P1_GO and P1_RESET and after that
    Create two process for it
    <li> one is of Reset pagination process with condition type: request is contained within the expression1, and in expression1 give this: GO,P1_REPORT_SEARCH,RESET(process point- on submit after computation)
    <li> second process is of type clear cache for items(ITEM,ITEM,ITEM)
    Source : P1_REPORT_SEARCH
    condition type: Request = Expression 1
    Expression 1 = RESET
    May be this will help you out.
    Regards,
    Mini
    If this answered your question, mark appropriately.

  • Interactive report without a select... from satement ...

    other than using a web service is there any way to create an interactive report with out using a select ...from ....?
    I have been told that I am not allowed to use selects other than from a package.
    Could a ref cursor be used?

    Hi,
    What is reason why your are not allowed select directly from e.g. table?
    This might help
    http://sungur.wordpress.com/2009/10/11/apex-interactive-reports-with-dynamic-sql/
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Interactive Reports and APEX 3.0

    hi -- I built some initial prototype pages (forms, reports, etc) in Apex 3.0. Have recently upgraded to 3.2, and in building more reports I see that there
    is an option for an Interactive Report (and it's the default). Was this available in 3.0? I was new enough to APEX that I may not have picked up on it if it was... but what I can see is that for the Reports I created in 3.0 (Where the region is PL/SQL function body returning SQL Query) there is no option, in the Region Definition, to migrate the report to an interactive report (as it appears there should be, from looking at post:
    Can we change a report to interactive
    The only task option is undo region source.
    If Interactive Reports weren't available in 3.0, is there any way to convert existing reports? Or would I just need to re-create them?
    Also, is there a tabular form that also supports interactive report features? I'm guessing not... but thought I'd ask.
    Thanks,
    Carol

    Interactive Reports were introduced in Application Express 3.1:
    http://www.oracle.com/technology/products/database/application_express/html/3.1_new_features.html
    http://www.oracle.com/technology/obe/apex/apexusr31/apexusr31.htm
    I will try and find a link about the conversion details (updated below).
    You only get the conversion option on the right hand of the screen for the Standard SQL Reports, not "SQL Query (PL/SQL function body returning SQL query)".
    If you were to change it to the standard SQL type (which may not be possible) it would give you the option after applying the change. Interactive Reports only work on standard SQL queries, and not SQL generated from a function body.
    -Richard
    Edited by: rwendel on Jan 5, 2010 2:55 PM

  • Interactive Reports hooks

    Hello!
    Is there any way to hook to Interactive Reports to:
    1) do select of an option item in a widget filter (table header) from JavaScript and submit the report request (usefull when comming to an IR page from another page and want to "pre-filter").
    2) have a JavaScript code (function) executed before and after IR execution (say after selecting new filtering and after getting the data).
    Haven't seen anything similar to this on the forum nor in the documentation. Any comments appreciated.
    Dusan

    Hello,
    Please check the following segment, in the documentation - http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/app_comp.htm#sthref981 .
    The f?p syntax can be used with JavaScript.
    Regards,
    Arie.

  • What is the old name of "Interact reporting"

    Hi
    what is old name of "interact reporting" i mean before system 9i BI+
    i am searching in e-delivery.oracle.com but this software is not available(.i mean i am unable to find with this name "interact reporting" )
    there is any alter name for interact reporting in e-delivery.oracle.com site
    can any one tell me exact name for "interact reproting " in e-delivery.oracle.com site
    please help me

    Brio is the name of IR
    Brio was bought by hyperion and named it as intially to Hyp Intelligence
    then in System 9 they renamed to Interactive Reporting(IR)
    To install IR you need to download Reporting and Analysis BI Services and UI services and configure them.
    HTH
    Jagan

  • Interactive Report to Classic Report

    Hi
    is there any way to change the interactive report in classic report.
    i have created the interactive report in form with report
    i don't want to delete the report
    can i change directly without delete the page?
    please suggest if possible
    thanks
    nisha

    Looks like RAQ report is coming from a spam account, so I'd just ignore that as a plausible solution.
    If you have a Classic Report, you can click "convert to Interactive Report" under the tasks region to convert it to an Interactive Report.
    If you have an IR and want to revert back to Classic, I believe that the only way to do this is to copy the SQL and then create a new report region by hand, and then either delete the IR or set its condition to Never. There is no need to delete the page or anything else aside from the original IR.
    Thanks,
    - Scott -
    http://spendolini.blogspot.com/
    http://sumnertech.com/

  • Multiple Interactive Reports

    .Hi,
    Can't we add multiple interactive report based on conditional display i tryed doing I get error saying only one report per page. please suggest me is there any way we can add multiple reports.
    Please suggest.
    Thanks
    Sudhir

    Hello Sudhir,
    I don't know if it still works in last version.
    I am using ApEx version 3.1.2.00.02 .
    And there you can create a second interactive report by copying the region of the first one.
    Change the SQL-query on the region definition page.
    Check the settings made for the interactive report (column order, display etc.).
    VERY IMPORTANT: the display conditions have to be disjunct.
    You can not display both reports simultaneously.
    Regards, Tine.

  • Way to copy saved interactive reports to another application?

    Is there a way to copy saved interactive reports (public and private) from one application id to another
    or does anyone have a SQL script to do this that they would share?

    Is there a way to copy saved interactive reports (public and private) from one application id to another
    or does anyone have a SQL script to do this that they would share?

  • Calling an application express interactive report

    Hi all. I'm on devsuite 10g. Is there a way to call an interactive report of application express from my form???
    Thanks in advance for collaboration,
    Fabrizio

    Hi Francois. First thanks for your answer.
    Application Express is an Oracle tool that can be used to develop rapid application.
    It is web based; interactive report is a report that permits you to make some operations on report, you can highlight some records that have certain values, you can dowload data on your machine in pdf, xls,csv format.
    Fabrizio

  • Interactive Report - download to PDF, fixed column widths-- why

    We are using 4.1.1.00.23, we have just installed the Apache/FOP solution to download our Interactive Reports to PDF.
    The issue is that it seems that no matter what we do the column widths become evenly distributed in the downloaded report. When the report only has 5-8 columns this is ok, doesn't look as good as we would like but it is ok. The problem comes when we have many columns, then all of the columns get shrunk down to these little columns that become totally useless.
    Also, it appears that no matter what page size I define in the Page Attributes it sizes the columns to fit on an standard page (8.5x11).
    The question I guess is: Is there a way to download an Interactive Report to PDF, that looks exactly like the report that is displayed for the Interactive Report?
    We have been looking at lots of the documentation and fear we are missing something because it appears that most solutions talk about creating a "Shared Component" Report Query and Report Layout, which when you have a hundred interactive reports seems crazy....why can't we just download what we see on the screen.
    If there was a way to put Headers/Footers on HTML download, then we would not need to do this, but I have not found a way to do that either.

    From our understanding, it looks like we would have to create another report for each of our existing Interactive Reports, which would be a JasperReport or something.
    We know there is something with the XSL-FO templates, is that what iReports can do for us? Really this is a new world for me, so I do fear that I might be asking my question wrong.
    Like I said maybe we are missing something. We were able to get the FOP to work, but the problem with that is all of the columns are evenly distributed widths. On some reports, which have many columns, there could be a name column that needs to display 50 characters, but then the next field only has 5 characters. It appears that without creating an additional report or report layout for each report we cannot print the results of the interactive report.
    Maybe I am completely missing something in all of this, but I find it hard to believe that we have to create multiple versions of a report just to be able to print it. If we had just wanted to create a static report, then I would have continued using Oracle Reports, like we have for the last 20yrs.

Maybe you are looking for

  • HELP Needed with this error:   Exception in thread "main" java.lang.NoClass

    Folks, I am having a problem connecting to my MSDE SQL 2000 DB on a WindowsXP pro. environment. I am learning Java and writing a small test prgm to connect the the database. The code compiles ok, but when I try to execute it i keep getting this error

  • IPad mini not charging. Please help. :-/

    Hey there, I just purchased an iPad mini and I plugged it into my windows laptop (Toshiba) for the first time. I was able to sync it up with my iTunes and everything without a problem. But then I noticed that on my actual iPad mini where it shows the

  • Downloading JAR for temporary in-memory use or saved to local system?

    Hi all, I would like to be able to download and create a .jar file in memory, without writing it to disk, as an "option". My app should allow the user to reference an http://file.jar that gets "created" in memory on the client for temporary use, or t

  • Help me please SB0

    I buy mini pc name Egear inside have Creative Sound Card Model SB0040 i am not sure real namemodel but i have ploblem i want ot know pin out of this sound because this card is not usuallynot have pin in AUD_EXT Thank you to help me ***Picture link ht

  • Configure HRHAP00_GET_LIST_FLT BADI implementation in appraisal template using OOHAP_BASIC T-code

    Hi Experts, I want to modify List of Incomplete Appraisal Documents in appraisal template, for which I have found a BADI HRHAP00_GET_LIST_FLT (Displayed in further Badis section of RHHAP_BADI_OVERVIEW program). I have created implementation of this B