Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to create a trigger in the qlikview to reload the application.??

hi all,

Please require help to do the following.

How to create a trigger in the qlikview to reload the application??I will call this trigger in a button so that I want the app to reload when I click the button

4 Replies
tresesco
MVP
MVP

Not applicable
Author

Hi Tresesco,

I am not keeping time constraint here.I just want it to reload when the user cliks on the button.I tried two ways:

1)calling the trigger reload-button-action-add-external-reload

2)using a simple macro 

Sub ReloadThisDoc

    ActiveDocument.Reload

End Sub

but both of these work only in the normal mode and not in the web view/qlikview portal.Please help me out how would i make it work in the web view as well.

Not applicable
Author

Hi Tresesco,

thanks for the methods shown,but I am unable to make it work.How do I ?? please guide ..