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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

From app1.qvw I want to get Reloadtime of an app2.qvw

Hi

I am a new partner QliView and I enjoy it.

From app1.qvw I want to get Reloadtime of an app2.qvw and reload app2.qvw with a button.

I try to use macro vbs

sub reloadMyApp(VarapplicationName)
set Qv = CreateObject("QlikTech.QlikView")
Qv.OpenDoc $(VarapplicationName)
Qv.Reload()
end sub

But I don't succeed

Can you help me.

0 Replies