Hi,
I would like to show how to avoid timeout , from client side, in a WEBI Doc, through the use of Javascript. This will only work if you´re working with the document in HTML work.
Here are the steps :
- Drop a blank cell over the report;
- Set it´s value to
<HTML>
<HEAD>
<META HTTP-EQUIV="refresh" CONTENT="120">
<TITLE></TITLE>
</HEAD>
< BODY>
</BODY>
</HTML>
- Set the cell property "Read as " to HTML.
- Save the report
The number in red is the interval, in seconds, for the refresh.
How does it work :
The page will do a soft refresh (not refreshing the Doc, but the iframe where the HTML code is, sending to the server a request. So,
Cheers,
Rogerio