Hi all,
I am developing a report that is running as a "streaming" report, meaning it automatically updates every 30 seconds. I have been able to get this 30-sec refresh working using a html script. However, the running report hourglass that is showing every 30 second kind of ruins the illusion. So the question is, is it possible to hide it? Preferably i want to keep the report view as static as possible between refresh. I only want to hide the hourglass for this report, not for all of my reports. Any advice will be greatly appreciated.
Thanks,
Paul...
You should be able to put something together with javascript.
http://www.w3schools.com/jsref/prop_style_cursor.asp (http://www.w3schools.com/jsref/prop_style_cursor.asp)