Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to Automatically Refresh Dashboard in OTBI?

Received Response
22
Views
4
Comments

Hi Gurus,

We have an operational dashboard build which is displayed on the Production Floor.

Is there a way to make it auto-refresh. We have observed that user need to always click Refresh hyperlink to get the realtime data.

Answers

  • Riyaz Ali-Oracle
    Riyaz Ali-Oracle Rank 6 - Analytics Lead

    @Amrish_Amradkar,

    Try the below:
    1. Edit the OTBI Dashboard.
    2. Add a new section to the dashboard page.
    3. Insert a Text object into that section.
    4. In the Text object, add the following HTML:
    5. Hide the section so it doesn’t interfere with the dashboard layout.

    <META HTTP-EQUIV="REFRESH" CONTENT="60">
    This refreshes the dashboard every 60 seconds.
    You can change 60 to any interval (in seconds) that suits your needs.

    or

    Check this:

    Auto Refresh The Dashboard Report (Doc ID 2742728.1)

    Thanks,
    Riyaz Ali

  • Prabhu Krishnamoorthy -Oracle
    Prabhu Krishnamoorthy -Oracle Rank 3 - Community Apprentice

    Hi

    One option might be to browser extensions to set up auto-fresh at browser level.

    There are options to include html/javascript in analysis text fields in below OTBI documentation

    https://docs.oracle.com/en/cloud/saas/otbi/otbi-user/advanced-techniques-format-html-tags.html

    You can try to checking if javascript can be used for your requirement

    Regards,

    Prabhu

  • Pavan Cheruvu-Oracle
    Pavan Cheruvu-Oracle Rank 1 - Community Starter

    <META HTTP-EQUIV="REFRESH" CONTENT="60">

    works for me.

    Tx

  • Riyaz Ali-Oracle
    Riyaz Ali-Oracle Rank 6 - Analytics Lead

    If my response has answered your question or assisted you with your concern, please click"yes" below to accept the answer or comment with any additional queries. You can also read the Cloud Customer Connect Guidelines for https://community.oracle.com/customerconnect/kb/articles/1-accepted-answer