Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hai,
I am using document chaining in my application. I have four qlikview files named as Geo.qvw, Phy1.qvw, Phy2.qvw, Phy3.qvw.
I have a Button named as 'Physician' in my Geo application. If I click on 'Physician' button I need to open one of the physician file.
I am keeping all the files in a common folder ("E:\Test\").
If Phy1.qvw is present in this specified folder I need to open Phy1.qvw file otherwise I need to open on Phy2.qvw.
So I want to know which Physician file is present in this specified folder. I can' reload the application, why because I don't have any QVDs in User computer.
Is there any way to find out file exist or not?
Thanks,
Sibin Jacob.C
You'll need a macro like the one here.
Hi,
Thank you that was helpful. I am using partial reload functionality for checking file exist.
I am writing 'if condition ' inside the loading script . Is it consider as a macro code?