Auto-refreshing Report

All,
I'm using HTMLDB 2.0 (upgrade from 1.6) and I'm trying to build a report auto-refreshing at fixed time intervals (i.e. 15 sec.) or based on table updates. Can you help me ?
Message was edited by:
rnegro

http://htmldb.oracle.com/pls/otn/f?p=11933:40:6577557243619141460::NO:RP::

Similar Messages

  • LUMIRA Server Auto refresh reports

    Hi,
    In Lumira Server 1.17. Is it possible to auto-refresh reports without refreshing the web page? Only when I refresh the page, then the data gets updated.
    Thanks.

    Hi Cherry,
    I believe the only option to schedule a refresh of a Lumira data set is when it is based on a .UNX universe. The BI 4.1 platform will enable this functionality from within the CMC. Here you can schedule a refresh and the data will be updated on the HANA platform.
    Please let me know if you have any additional questions!
    With kind regards,
    Martijn van Foeken | Intenzz

  • SmartView auto refresh OBIEE report

    I cannot find way to automate process between SmartView and OBIEE.
    1.Smartview connect OBIEE
    2. after connected, auto refresh report.
    Please help.

    Hi,
    About this:
    >
    Suppose from emp table i am querying a report as
    select emp_num,emp_name from emp;
    i want to insert this emp_name and emp_num to the new table.
    >
    What exactly you want to do?
    1) After every refresh (i.e. after 5 minutes) you want to create a new table an insert the values of emp_name and emp_num.
    2) You want to store the values of emp_name and emp_num after every refresh in a new table(that is already created).
    Didn't get your purpose behind this?
    Regards,
    Kiran

  • Refresh report in siebel analtics 7.8.4

    Hi how can we auto refresh reports in the dashboard of siebel analtics?

    You can set the caching to specific interval in repository tables. You can set the webcache to purge after specified time and even can have a report ingore web cache. Also look into event polling tables.

  • Cannot disable auto-refresh on a report

    Hi,
    When I click on the ON/OFF switch the "save and refresh report" and "save settings" buttons get disabled so I cannot save the settings and thus cannot turn the refresh off.
    Thanks for your help.
    Kind regards
    Benjamin Moles

    Ben,
    Is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Broadcasting of workbooks, auto-refresh and other questions

    Hello Reporting gurus.
    Our users run BEX Analyser queries but this is evolving towards more automation and fancy things. A lot of threads exist on the subject but I have not been able to find clear answers. We are on BI 7.
    1) How do we use the broadcaster to refresh workbooks and output the results to a network share drive.
    2) Queries being part of the workbooks work with user input variables. Do I have to change all queries (or create new ones identical) with user exits variables to fill in the fields for auto-refreshing w(ith let say the current year and current fiscal period etc...) ?
    3) Is it possible to create a parameter input screen to pass on variables values to the broadcaster before the auto-refresh takes place so that I don't have to create user exit variables ?
    4) How can we view workbooks with the BEX WEB Analyser ? Or do we have to create an application with WAD ?
    Thanks

    Hi Yves,
    in Analyzer you have an menu entry publish with BI broadcaster, then a broadcaster will appear. there you can create a setting. inside that setting you can use a variant and with SPS 13 also variable sets. There you can define the users who should receive the updated workbook by mail. It is not possible to save to file system, but you can save in Portal.Web Analyzer is only to use with WAD and is not able to process Workbooks.
    best regards,
    kai

  • Using Excel 2007 to display and auto-refresh planning.

    Hi all,
    a customer wants to display a simple planning screen on a 24" monitor.
    We're using an old domain pc, with domain user (planning) logged on to display the planning file.
    We've configured the worksheet so that multiple users can edit it.
    I've also found the settings which auto-update the file. I was amazed that this is standard functionality.
    Although, it doesn't work as we expected. It goes well, but when too much users work in the file, some users still get the error message: 'can't open file because it's already in use'.
    This does NOT happen when the file is not constantly opened by the 'planning user'.
    So that's one issue, probably caused by the 'planning user', having the file opened 24/7.
    Another issue is that the file stops auto-refreshing after a while. I didn't find any pattern in that.
    So basically, what the customer needs is:
    Display Excel worksheet
    Auto-refresh
    I've found some nice articles about SharePoint and Excel services, but unfortunately they're running SharePoint 2010 Foundation, which does not include Excel services...
    Is there any other way or tool to achieve this, without using the Excel-built-in options?
    Or maybe there's a fix for that problem?
    Thanks in advance.

    Hi LunAds,
    I'm afraid you have just discovered how bad these features are implemented in Excel: they just don't work properly and I always advise against using them for any serious long-term solution.
    If you do not have Excel services, then editing the document on the server (which would prevent lots of problems) is out of the question indeed.
    Alternatives depend a lot on your needs.
    For example, you could use sharepoint lists that the users can edit and then import those lists into Excel for reporting purposes.
    But if this is relational data (parent-child tables, which is very often the case) then a database solution is probably the best route to take.
    Regards, Jan Karel Pieterse|Excel MVP|http://www.jkp-ads.com

  • How to display more than 10 rows in an Auto Updating Report

    I followed Carl Backstorm's example, http://htmldb.oracle.com/pls/otn/f?p=11933:40:525653462286833::NO:RP:: to create a page with an auto update report/region. It's working fine (thanks, Carl) but I can't have the report display all rows (38 rows in total). Everytime I press the "Manual Refresh" button, it shows 10 (the first 10) rows only.
    When the report displays at the first time, it shows all the rows (38 rows). Number of Rows and Maximum Row Count are set to 999999 and "No Pagination Selected" in the report region. But after I press the "Manual Refresh" button or specifiy an update time value (like 1 second) to have it auto update, then it only display the first 10 rows.
    Is there a way to display more than 10 rows in an Auto Updating Report using Carl's example auto update report/page? Anyone can help? Thank you.
    -Michele
    Edited by: 106451 on Jun 30, 2010 10:12 AM

    Yes, I changed it to:
    function table_object(pId){
         this.id = pId;
         this.start_record = 1;          //optional
         this.num_record = 50; //optional
         this.num_record2 = 50;          //optional
    I don't quite understand how these vaiables are used for though. Thanks.

  • How to refresh Report viewer web part programatically using C# in SharePoint?

    I have used Report viewer web part in SharePoint page, I want to refresh it programmatically. How can I achieve this? I have tried approach mentioned on
    http://nicholasfaiello.wordpress.com/2012/12/28/report-viewer-web-part-programmatically-refresh-a-report/ site, but it is not working.

    Hi,
    How about using JavaScript to perform page reloaded or just trigger the click event of the refresh button with the Report View Web Part? It could be seen as a kind of workaround
    for auto refreshing.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b0b6d11d-07c8-4b4d-bd69-ec60e85e0678/sharepoint-report-viewer-web-part-parameter-issue-not-refreshing?forum=sharepointgeneralprevious
    http://richmintzbi.wordpress.com/2011/06/21/auto-refresh-ssrs-reports-part-ii/
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to fix a website that auto refreshes to not open up in a new tab.

    I use a scheduling website for work that auto refreshes. Sometimes when the page auto refreshes it opens up the current page I am on in a new tab instead of just refreshing in that tab like it usually does.
    I have reset safari multiple times and it doesn't help. Any idea what I need to do?

    Type '''about:config''' in Address bar and search '''browser.newtab.url''' change the value to "about:newtab"
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!
    When you enter a search term in the Firefox location bar and press Enter, Firefox will per default do a "I'm feeling lucky" Google search and redirect you to the first result that matches your search term. This behaviour can be changed by a number of add-ons. If you'd like to restore the previous default behaviour, please follow these steps:
    #Enter about:config in the Firefox location bar and press Enter.
    #You should see a warning that making changes to the Firefox configuration can be potentially harmful to Firefox's integrity. Click the ''I'll be careful, I promise'' button to continue.
    #In the Search box at the top, enter ''keyword'' as the search term. You should see a few remaining items, one of these is ''keyword.URL''. It should be bold.
    #Right-click on the keyword.URL setting and select ''Reset'' from the dropdown menu.
    Now you're done. Please report back if this fixes your problem. Thanks in advance!
    You can find more information about the Location bar search feature in the [[Location bar search]] article.

  • Konqueror file management and auto-refresh

    Hello all,
    I am working with Arch and KDEmod and so far everything is pretty good. I do have one problem that is a bit annoying.
    Konqueror file manager windows do not automatically refresh when viewing the URLs system:/home or system:/users/jay. The system:/home URL is what is opened when you click on the "Home" icon, so this makes this problem stand out.
    Anyway, the problem can be reduced by doing the following:
    1. Open Konqueror file browser and select "Home Folder" from the tree on left. This puts you at the URL system:/home. (Alternately, just click on the "Home" icon that gets set up in the kicker by KDEmod.)
    2. In a terminal window create a file in your home directory. Note that the file does not show up in the Konqueror window.
    3. Press F5 to refresh Konqueror. The newly created file now appears.
    4. In a terminal window delete the file you just created. Again, note that the file does not disappear from the Konqueror window.
    5. Press F5 to refresh Konqueror. The file now disappears.
    The correct behavior is that when you create and delete the file, it shows and then disappears from the Konqueror window accordingly. Currently this does not work for the system:/home (Home Folder) or system:/users/jay (Users Folders/<user full name>) URLs. Interestingly enough, if I type the URL "/home/jay" into the Konqueror location bar in file management mode and then do the above steps, the auto-refresh works fine.
    Does anyone have any clues as to why the refresh doesn't work for the system:/ URLs? Is this by design? What plugin actually provides the system:/ URL schema?
    Thanks for any suggestions,
    Jay

    Hi LunAds,
    I'm afraid you have just discovered how bad these features are implemented in Excel: they just don't work properly and I always advise against using them for any serious long-term solution.
    If you do not have Excel services, then editing the document on the server (which would prevent lots of problems) is out of the question indeed.
    Alternatives depend a lot on your needs.
    For example, you could use sharepoint lists that the users can edit and then import those lists into Excel for reporting purposes.
    But if this is relational data (parent-child tables, which is very often the case) then a database solution is probably the best route to take.
    Regards, Jan Karel Pieterse|Excel MVP|http://www.jkp-ads.com

  • Auto Updating Report

    Hello.
    I am using Apex 2.2.1 and am trying to get Carl Backstrom's wonderful Auto Updating Report to work.
    In the Region Template he is using REGION_STATIC_ID. What is that? How do I supply this value? In Apex 3.x there is a field in which to enter a "Report Id" when creating a report. But in 2.x, I see no such field anywhere.
    I went ahead and tried to create a report using his example. I made a copy of the Standard PPR template for Theme 10 (Sand). I then copied his code into my PPR copy. When I run my report, there is no refresh and also I am getting the text "#TOP_PAGINATION#" at the top of the report.
    How does one get an Auto Updating report to work in Apex 2.2.1?
    Thank you for any help.
    Elie

    Hi Carl.
    Thanks very much for helping me out.
    I've posted my Apex 2.2.1 app onto my workspace on OTN. Of course, this workspace is a 3.0.1 workspace, and so, I see the REGION_ID field in the report region. This field is missing in my 2.2.1 workspace.
    Here is the link and credential info you'll need to see my report page.
    workspace = play30
    username = [email protected]
    password = flowers
    The relavent page is page 3 - "Errlog Report".
    With respect to the way you're auto updating your report, I have a couple questions.
    1) The #REGION_STATIC_ID# and #REGION_ID# values -- are these the same as the region_id obtained via the query:
    SELECT region_id
    FROM apex_application_page_regions
    WHERE application_id = :app_id
    AND page_id = :app_page_id
    AND region_name = 'Errlog Report';
    2) You're using AJAX to auto update a report region, and so, I was expecting to see some reference to the javascript function htmldb_get(). And yet I see you are not calling this function anywhere in the javascript you're using. Perhaps the functions you are using are calling htmldb_get() behind the scenes, I don't know.
    We've not upgraded to 3.0.1 because we have so many Apex (2.x) apps being used in production (and this number is increasing as more users see what we've done) that we need to find a suitable time to upgrade without affecting users too much. We read in the Apex install notes that we need to make our database instance unavailable during the upgrade (an hour or so), and so, finding this hour of space is the main hurdle blocking our upgrade to 3.0.1.
    Thanks, again, for any help/advice. It is much appreciated.
    Elie

  • Auto Refresh a cfform

    I have a page with flash cfforms and I was wondering if there
    was any command to auto-refresh the screen say every 30 seconds or
    so? Is the "timeout" cmd somehow related? Sorry, I am a cf noob.
    Thanks,
    Nick Butler

    The reason I want to refresh a page with a form is because
    sometimes there are multiple users viewing two linked pages. There
    will be a report sending page, and a report recieving/viewing page.
    The person who recieves the reports likes to leave her browser
    window open, and as it currently stands, if someone submits a
    report while she has her window open, she will not see the new
    report unless she manually refreshes the page.
    Ok, I got the meta refresh tag to work, but it reloads the
    entire page. Is there any way to make it only refresh a specific
    flash form?

  • How do I auto refresh my gmail inbox?

    Auto refresh stopped working and I have to manually refresh to receive new emails.

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Click the menu button [[Image:New Fx Menu]], choose History, and then "Clear Recent History...".
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the "Clear Now" button.
    Further information can be found in the [[Delete browsing, search and download history on Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • POWL auto-refresh

    Hi Gurus,
    We are building SRM 7 SP07 with ECS.
    Are you aware of any customizing in SRM regarding POWL auto-refresh? Or is that sheer EP stuff?
    Many thanks in advance.

    Hi there,
    The functionality is planned for release with SRM 7.0 SP6,
    Can you please ensure that the criteria of the auto refresh have ALL               
    been met as defined here:                                                                               
    http://help.sap.com/saphelp_srm70/helpdata/EN/80/c8cbf89a394eaaa59767d0f           
    af958d3/frameset.htm                                                                               
    More sepcifically the selection in customizing:                                                                               
    Define Number and Intervals of Iterations for Automatic Refresh of POWL
    The 'update' or auto refresh is generated once the criteria       
    have been established and executed manually once, i.e. If you create       
    a query and define criteria, you should refresh this query then manually                                                                               
    Now once any additional documents are created which conform to the         
    criteria they will be automatically added to the POWL.                                                                               
    This is how the system is designed to work, basically, one manual          
    refresh is required, then auto refresh kicks in. This of course is         
    invalidated by running of the POWL_WLOAD or similar reports which will     
    in many cases clear the search criteria and require new configuration      
    and refreshing manually.
    Please also ensure that the following note has been implemented
    1465828 Additional URL parameter to refresh POWL  after logon
    Afterwards you will have 2 parameters REFRESHA and REFRESHQ.                                                                               
    After Implementing the corrections, you can set the following parameters      
    in your PFCG configuration: REFRESHA=X to refresh all to queries after        
    logon                                                                         
    REFRESHQ=X to refresh only the current default query which is opened          
    after logon.
    Hope this helps,
    Kind Regards,
    Matthew

Maybe you are looking for