Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.