DW_logo



OBIEE
Oracle Business Intelligence Enterprise Edition
Automatically Refresh View Every X Seconds

Purpose : I needed to have my OBIEE page refreshed when executing a
ODI (Oracle Data Integrator) Load. So that I can see the current status of my Load.
Can be use in any case if you just want the view to be refreshed without any user interaction.

Step : 1. Select the objet you want to automatically be refreshed by the timer.
Auto_Reload_Gauge_Step_2
Auto_Reload_Gauge_Step_1
Auto_Reload_Gauge_Step_3
Auto_Reload_Gauge_Step_4


Step : 2. Add a Criteria to the page. Not important what you add here.
We are only interested in adding code in the result tab.
timer1

timer_1b


Step : 3. Goto the Result Tab, add a Static Text.
timer2



Step : 4. Edit the text and add this source:
<META HTTP-EQUIV = "REFRESH" CONTENT = "60"> <CENTER><p><b>Auto Reload 60 seconds</b></p></CENTER>
Your page should now refresh every 60 seonds.
timer3



Step : 5. Add your refresh timer to your OBIEE Dashboard to have the Dashboard refresh every X seconds.
timer_4





FluidBlocks_Icon32
Designed with Fluid Blocks