Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 220 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 82 Oracle Analytics Trainings
- 15 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 Ali1 -
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 -
<META HTTP-EQUIV="REFRESH" CONTENT="60">
works for me.
Tx
0 -
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
0