Auto-refresh an analysis in the dashboard

Hi all

I use OBIEE 11.1.1.6.0. I have indicated in my dashboard analysis (I'm not showing the link refresh to this analysis in the dashboard). The database is loaded automatically every 5 minutes and BI server cache is disabled. Therefore, I have to automatically refresh the analysis (not the dashboard) every 5 minutes, so that the analysis can show the latest data.

How can I call the link of the updating of the analysis (even if I'm not show in the dashboard) every 5 minutes? Is it possible to create a JavaScript script that call this link Refresh every 5 minutes? Or y at - it alternative to achieve this requirement?

Thank you very much!

Working code finally :)
The under use of the code in the text object by selecting the HTML when you use pls uncomment or take-out / / to see the results. To test this situation, I tried using the time for each interval of 5 seconds.

Journal of session may not be valid case if you enable the cache...

<! DOCTYPE html >
< html >
< body >

< p > a script on this page begins this clock: < /p >
< id p = 'demo' > < / p >

< script >
var myVar = setInterval (function () {myTimer ()}, 5000);

function myTimer()
{
var d = new Date();
var t = d.toLocaleTimeString ();
document.getElementById("demo").innerHTML = t;
setTimeout ("javascript:HereLink('d:dashboard~p:i3pub16he83q7e9c~r:qqq9loggk8hvpl85','Refresh');", 5000);
or
setTimeout ("HereLink('d:dashboard~p:i3pub16he83q7e9c~r:qqq9loggk8hvpl85','Refresh');", 5000);
}
< /script >

< / body >
< / html >

Tags: Business Intelligence

Similar Questions

  • Auto refreshing display objects when the new line in the table inserted on another computer

    Greetings,

    I'm using an application of ADF JDeveloper 11.1.2.4.0 its been used by 2 separate computers.

    It's the same application, but I shared with security ADF for the person (Secretary) will see the half view of the application

    and the other person (doctor), the other half seen. Basically, I put adf username expression (rendering) for each display mode

    the specific menu, buttons, tabs, etc.

    My problem is, say the Secretary, creates a doctor's appointment, rather than re - run display objects

    every X minutes on the advice of the doctor, is there a way to notify the application that the new data are inserted into the database and must be re/refresh-execute?

    I have about 100 objects from view and I don't want to discount/re-execute all objects from view because I don't know on what table a new record its been inserted.

    Appointment is just one example, there are many paintings that both views are connected to.

    Hello

    Here is the solution to your needs: http://matthiaswessendorf.wordpress.com/2010/01/22/flexible-active-data-service/.

    Instead of the pop-up window in the sample you would be re - run the table of appointment. Now all you need is a mechanism that informs the change, which may be a trigger in the database or application that updates the new appointment

    Frank

  • Not able to change the dashboard analysis knowledge

    Hello friends,

    I am applying 8.5.1.4 patch for OBIEE by following instructions from '8.5.1.4_README.htm' below:

    Header 1

    Apply the changes of knowledge analysis dashboard

    • Connection to Oracle knowledge Analytics using a link http://< host_name >: 7001/analytical
    • Go to the dashboard of knowledge analysis on the dashboards tab
    • Change the dashboard
    • Click the Properties tab 'Text 1' under the Column1-> Section 1 to replace the HTML in step 7.

    The problem is that as soon as the dashboard-click change option belo illustrated:

    Error2.JPG

    I am facing the error of privilege as shown below:

    Error.JPG

    The user from where I am currently editing has all possible roles, as indicated below in 2 pictures:

    Error3.JPG

    Error4.JPG

    Please let me know how can I change dashboard. What Miss me.

    =============================================EDIT 1=================================================================================================

    I think I'm coming to the solution.

    That seems more like a browser problem. I'm looking inside and will return soon.

    Thank you

    ADI-

    Ok. If it was a browser issue. Things were not visible correctly on Chrome (ver 37) and IE (version 11). I then tried on IE (version 9) and Firefox (ver 32) and it worked!

    Concerning

    ADI-

  • How to activate the Explorer to auto-refresh in Windows 7

    I would like to allow Explorer to auto-refresh in Windows 7.

    To my knowledge, auto-refresh depends on the site you visit, not IE itself. You can try to search for AutoRefresher tools/plugins for IE in the web.

  • OAF Page works only with the manuscript of java for the auto refresh

    Hi gurus,

    I have a problem with deployment of the page.

    I created a custom page and I have written a java script to make and auto refresh page.

    Please find the code I wrote to processRequest below

    OABodyBean rtBodyBean;

    rtBodyBean = pageContext.getRootWebBean ((OABodyBean));

    JavaS string = "javascript:setTimeout ('window.location.reload ()', 11000);

    / * This method is called to call java script function each time that for

    * refresh the page every 11 seconds * /.

    rtBodyBean .setOnLoad (javaS);

    When I run the page of Jdeveloper's get updated. but once I've deployed the page, and start it from the applications it is not refreshing.

    I tested the page of mozilla and it works fine but when I run IE it is not refreshing.

    Help, please

    Hi guys the problem is resolved.

    The problem was that I was using the old version of Jdeveloper which created oa_html with the older version files and the internet explore search the latest files from version of.js.

    and the code has been changed as below.

    Create a timer

    OABodyBean bodyBean = pageContext.getRootWebBean ((OABodyBean));

    JavaS string = 'JavaScript:setTimeout('window.location=window.location',11000);';

    bodyBean.setOnLoad (javaS);

    end timer

    OALinkBean linkBean;

    linkBean = (OALinkBean) webBean.findIndexedChildRecursive ("PayslipFile"); / * The ID of the column * /.

    BindValue OADataBoundValueViewObject;

    bindValue = new OADataBoundValueViewObject (linkBean, 'Url'); / * VO attribute * /.

    OALinkBean _temp = linkBean;

    / * - Required placeholder for the url column added by vo Extention *.

    linkBean.setAttributeValue (OALinkBean.DESTINATION_ATTR, bindValue);

    OAApplicationModule am;

    AM = pageContext.getApplicationModule (webBean);

    OAViewObject vo;

    VO = (OAViewObject) am.findViewObject ("ViewPayslipVO1");

    vo.clearCache ();

    vo.executeQuery ();

  • Refresh the data in the dashboards in real time

    Hello

    How can I see near real-time refresh data in dashboards OLIVIER?

    The data scheduling ETL overnight posted one day ago.

    Concerning
    Naeem Akhtar

    Hello

    In order to show the new data in the dashboard (not memory cache), we're going for querying the event table.

    Using pooling of events will run the incremental load to display real-time data?

    No it dosent run any incremental charge, he is serving the cache to show data in dashboards

    Go through below guide which will help you out-
    http://docs.Oracle.com/CD/E14571_01/bi.1111/e10541/querycaching.htm#i1005513
    http://gerardnico.com/wiki/dat/OBIEE/event_table

    Kind regards
    Srikanth

  • analysis as links in the dashboard

    Hello

    Wanted to ask you something I use obiee 11g.
    I created an analysis then put in the dashboard as a link that opens in another window.
    I wanted to now just ask 2 things.

    1 > I can add dashboard guest in this case because I click on the link and then he opens another window?
    2 > can I add options such as changing, updating, downloads?

    Thank you

    Yes. Follow this: http://obiee101.blogspot.com/2008/08/obiee-back-one-page.html

    Please assign points and wire nearby.

    J.

  • Search for the auto refresh view

    Hello

    I need help. I want to be able to search auto-refresh view after 5 minutes keeping the search criteria. Is there a solution for this one?

    Hello

    Make use of component af:poll...

    http://download.Oracle.com/docs/CD/E12839_01/apirefs.1111/e12419/tagdoc/af_poll.html

    Kind regards
    Suganth.G

  • Unable to get the Auto Refresh Web page in Windows XP. It works on my laptop.

    original title: refresh automatically

    On the page of the PGA Tour ranking on my desktop, I can't the page to refresh automatically.  It refreshes automatically on my laptop. I use Windows XP on both platforms, so that tells me that this is not the page of the PGA Tour, rather something in my settings on my desk. Can anyone help?

    Hello

    ·         What browser are you using and what version?

    I suggest you to check in no add mode if the problem persists. Follow the steps mentioned in the link mentioned below.

    Internet Explorer does not start or stops responding

    http://support.Microsoft.com/kb/926449

  • OBIEE - 11.1.1.7.140225: Guest placed in the hidden part of the dashboard does not work

    Hello

    I have a line of dashboard (scope: Page), when the user selects the value in the command prompt and click on apply an another guest of dashboard (hidden section) fills the values and then this variable of presentation is mentioned in the report.

    Question: Refresh the guest placed in the hidden not part and assign the value to the variable of presentation.

    For example:

    Section 1 > prompt dashboard

    (1) from the Date

    (2) Id analysis: (guest of cascade, founded date selected)

    Variable presentation: pAnalysisId

    (3) moral: by default all the values in the column

    Section 2 > fast dash (apply button then refresh is disabled)

    Analysis of parent IDs:

    See the value: select 'parent_anlysis_id' from 'SubjArea1' where 'id of analysis' to (@{pAnalysisId})

    Default value: Select 'parent_anlysis_id' from 'SubjArea1' where 'id of analysis' to (@{pAnalysisId})

    Presentation Variable: pParentanalysis

    Report:

    The report columns

    Legal entity |  Balance (Parent) | Balance (analysis)

    Column report form:

    Balance (Parent): Filter (using fact-Analysisid Balance to (@{pParentAnalysis}))

    Balance (analysis): filter (using fact-Analysisid Balance to (@{AnalysisId}))

    Report filters:

    Legal person is invited

    Analyzes facts Id is equal in @{pAnalysisId}, @{pParentAnalysis}

    Only the pAnalysisId happens. The presentation variable analysis Parent is not to set.

    NOTE: If I display the section in which I placed the guest of the dashboard for the Parentanalysisid, the report works very well.

    If someone has encountered this problem, please guide.

    Kind regards

    Shruti

    Problem is solved. The problem is in the report, all the filters have been based on variable presentation, which was not refreshing with prompt hidden values. Add a column with "is"lead"in the report and now values happen.

  • Quick Disapperars on the dashboard while drilling Page

    Hello

    I'm new to OBIEE. I'm currently building a go.
    I created a command prompt and analysis (graphical report) and placed together on a single page.
    When I open the dashboard, it quickly shows at the top of the page, then the chart report.
    When I break into the chart report, it refreshes the page and now the disapppears invite (high section of the whole page).
    Is their a way where I can keep the fast section when drilling?

    Any response would be greatly appreciated.

    Thank you
    Ann

    Ann 2012 wrote:
    Hello

    I'm new to OBIEE. I'm currently building a go.
    I created a command prompt and analysis (graphical report) and placed together on a single page.
    When I open the dashboard, it quickly shows at the top of the page, then the chart report.
    When I break into the chart report, it refreshes the page and now the disapppears invite (high section of the whole page).
    Is their a way where I can keep the fast section when drilling?

    Any response would be greatly appreciated.

    Thank you
    Ann

    You have the report and the prompt in the same section. Put the guest in its own section. Then use "drill in place" for the report in its own section under the section with the command prompt. Now, in the case of the forest down, the guest will remain.

  • How to automatically refresh a tab on the home page?

    Using Refdesk.com homepage. It is automatically updated. That's happened before (2 years) and reset to get updates automatically. Now the setting is on OFF... can't find switch.

    See:

  • How can I stop auto refreshing a web page in XP immediately after its opening?

    Under XP, once I have access to a new web page Firefox auto update this page once the page is ~ 80 - 90% open - how can I stop this refreshment?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of your modules is causing your problem (switch to the DEFAULT theme: Tools > Modules > themes).
    See the extensions, themes and problems of hardware acceleration to resolve common troubleshooting Firefox problems and troubleshooting questions with plugins like Flash or Java to solve common Firefox problems

    If this does not work in safe mode and then disable all your extensions and then try to find out who is causing by allowing both the problem reappears.
    You can use 'Disable all add-ons' on the start safe mode window.
    You will need to close and restart Firefox after each change through "file > exit" (on Mac: "Firefox > Quit")

  • Drive CD/DVD not visible in BIOS, Device Manager or Windows Explorer - only during the analysis of the system.

    Until a few days ago, this problem didn't exist - I know.  My CD/DVD drive is no longer recognized in Windows Explorer, BIOS or Device Manager.  It doesn't, however, appears briefly in Windows Explorer in the analysis of the security of the computer.  It allows to open/close, etc.  and when it is visible, I am able to open the drive and see the contents of the CD.  Then it disappears again.  The light flashes indicating that he works and I can hear it trying to read the CD.  I uninstalled iTunes because I read somewhere that this may have been the issue - but that didn't work.  I tried the system restore, registry cleaners, removal of upper/lower case filters from the registry, used the program Fixit found on the site Web of Microsofts etc and still no luck.  Any ideas?  The computer is a gateway SX2850 (?) with Windows 7 Home Premium installed.

    Hello

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    Then run checkdisk (chkdsk).

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    ==========================================================

    After the foregoing:

    References to Vista also apply to Windows 7.

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The DVD player does not work after installing Windows 7
    http://support.Microsoft.com/kb/975270/

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error during Windows Vista
    Setup after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

    ===============================

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and the
    correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry settings for your
    CD/DVD drive someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays
    all devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps.

  • How to stop the cells to merge into the dashboard


    Hello

    I wonderered just how I could stop this automatically merge cells.  I took a screenshot to show what it looks like when I export a report in Excel.

    Merged cells Taleo.png

    Is there a way I can change this in the analysis/dashboard so that it gives me individual lines, as opposed to the merger the same Dates/IDs?

    Thank you very much

    Dan

    Hi Dan,.

    Have you tried to pass your columns of 'delete' to 'repeat '?

    Do this on all the columns where you want to remove the merger is going to repeat the value on each line in the dashboard and in the exported Excel.

Maybe you are looking for

  • AppleScript file trigger

    Hi, I am creating an automation of service where a file is transmitted in an applescript script. However, I am fighting to get applescript to pronounce on the file. I think that I've defined a variable evil or something. I think I need to change the

  • Dual Boot El Capitan and the Mavericks?

    Currently I got a MacBook Pro retina 13inch end of 2013 OS X El Capitan. For various reasons, I need to be able to dual boot my mac with OS X Mavericks (I have to run the suite Adobe CS6 for College) but the same time, I want to be able to keep in fr

  • U16 anomaly of image in the container Image Imaq Vision

    Someone would have seen this type of anomaly and know a work around.  What's weird, is that I have not seen in constantly.  Image appears correctly in ImageJ.

  • Problem with connecting to the computer

    Look at this schrinshoot! my computer does not see a sansa correctly. And sansa updater does not see a firmware update.

  • Auto fill in Windows Contacts... Please! ___

    When I compose mail in Windows mail, my addresses not auto filling and I always have to click on 'To' and search through my address myself. Much too long! I already have the box "automatically complete addresses" checked and the problem persists.  It