COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: kmuller on 31 Jul 2009 10:08:22 AM

Title: Automatic Refresh of report in dashboard portal tab
Post by: kmuller on 31 Jul 2009 10:08:22 AM
Has anyone been able to get the automatic refresh to work in 8v3 or 8v4?

In 8v2 I have a html item on my report with the following code in it:

<SCRIPT type="text/javascript">
     self.setInterval("RunReport()",'210000');
</SCRIPT>

The dashboard will automaticall refresh itself.  I was never able to get it to work in 8v3, but I figured that was due to 8v3's general bugginess.  When we moved to 8v4 it does not work either.

Just wanted to know if anyone has figured a way to make a report automaticall refresh in 8v4.

Thanks

sk