Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Forcing Document to be reloaded.

Dear colleagues.

I'm trying to work with the web workbench using the javascript API. It looks like OnDocumentLoaded is only invoked once, when the page is first opened (the document gets loaded, everything gets connected and the user is bound to that 'session').

Is there a way to force the system to reload the document. I've tried to refresh the page but it didn't work.

PS: Is there a way to invoke the different Objects through C# in an ASP .NET environment? I'm using Javascript and wonder whether an equivalent API for .NET does exist!

Regards.

PS: Version=9.0.7502.8

1 Reply
Not applicable
Author

I have a similar problem. I want to combine Qlikview components with regular AJAX components, then refresh the Qlikview components on a timed basis without refreshing the whole aspx page