COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: squish88 on 26 Feb 2009 10:22:35 AM

Title: (RS) Automatic Refreshing of a report w/out the screen going to an hourglass
Post by: squish88 on 26 Feb 2009 10:22:35 AM
Hey all,

   We're using a simple little java script to get the report to automatically refresh every so many seconds.  Problem is, we've got incredibly nitpicky (or nitwitty IMO) management that wants the report to NOT go to the hour glass while it's refreshing... just re-run the query in the background, while leaving the previous results on the screen until the new results are ready to be displayed, then quick blink to the new results once it's done refreshing... anyone have any idea how to keep the old data displayed (instead of the hourglass) while the new data's being retrieved?   This is a Cognos 8.4 report studio report.

Thanks in advance for any/all help!
Title: Re: (RS) Automatic Refreshing of a report w/out the screen going to an hourglass
Post by: blom0344 on 27 Feb 2009 03:27:49 PM
I'd say replace your management.

But seriously, the hourglass is nerve-racking to say the least. with ReportNet it was a spinning cube and that was slightly less annoying.

The beauty is, that one can change the hourglass to ANY image. On my laptop I have changed it to a rotating globe.

In your case you can build an image file that would read:

" Your new report will be prepared within seconds.  previous results can be captured by using the ALT+PrintScrn and copying the contents to either Word or whatever program you have in mind"

:D
Title: Re: (RS) Automatic Refreshing of a report w/out the screen going to an hourglass
Post by: cognosjon on 03 Mar 2009 02:32:40 AM
can you not do anything here by scheduling the report to run every x minutes and generate saved output which you can then display? This way the report runs in the background, you would just need to refresh the screen.