Hi ,
In WEBI 4.x there is a functionality that autosaves the document that you working on in the ~WebIntelligence folder under My Favorites.
But what if you need to save it overitself, just like you´rte pressing the save button.
Steps :
- Drop a blank cell onto the report;
- Set it´s value to :
<script>
setInterval(function () { self.parent.save();} , n*1000);
</script>,
where n is the number of seconds to the autosave
- Set the cell´s property "Read As" to HTML.
Cheers,
Rogerio