Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
See my attachement here: Re: Re: Time Triggered actions in qlikview
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.
Yes, it will not work in portal. For that see:
Hi Tresesco,
thanks for the methods shown,but I am unable to make it work.How do I ?? please guide ..