Hi,
In my previous post to refresh the whole page-http://obiee10grevisited.blogspot.in/2012/03/obiee-autorefresh-no-prompts.html. is useful to refresh the complete page.
In the below post, you can try to refresh the report alone:
<script>
function refreshTheFrame()
{
parent.frames[0].location.href='http://muram:9704/analytics/saw.dll?Go&Path=/users/administrator/2';
}
setInterval('refreshTheFrame()',"6000");
</script>
<div>
<iframe frameborder="0" border=0 marginwidth=0 marginheight=0 hspace=0 vspace=0 width=1200 height=600 scrolling=auto>
</iframe>
</div>
The above code would place the report in a text object and then load the report after the refresh time interval.
In my previous post to refresh the whole page-http://obiee10grevisited.blogspot.in/2012/03/obiee-autorefresh-no-prompts.html. is useful to refresh the complete page.
In the below post, you can try to refresh the report alone:
<script>
function refreshTheFrame()
{
parent.frames[0].location.href='http://muram:9704/analytics/saw.dll?Go&Path=/users/administrator/2';
}
setInterval('refreshTheFrame()',"6000");
</script>
<div>
<iframe frameborder="0" border=0 marginwidth=0 marginheight=0 hspace=0 vspace=0 width=1200 height=600 scrolling=auto>
</iframe>
</div>
The above code would place the report in a text object and then load the report after the refresh time interval.
Hi,
ReplyDeleteThanks for the post.
I have a year and month radio button prompts on a dashboard page. When i click on either year or month the dashboard page should get refreshed. Any suggestions please?
Thanks
Girish