Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to Automatically Refresh Dashboard in OTBI?

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
-
Try the below:
- Edit the OTBI Dashboard.
- Add a new section to the dashboard page.
- Insert a Text object into that section.
- In the Text object, add the following HTML:
- 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 Ali0 -
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
You can try to checking if javascript can be used for your requirement
Regards,
Prabhu
0