Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sibin_jacob
Creator III
Creator III

File Exist - Document chaining

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

2 Replies
Gysbert_Wassenaar

You'll need a macro like the one here.


talk is cheap, supply exceeds demand
sibin_jacob
Creator III
Creator III
Author

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?