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: 
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
Partner - Champion III
Partner - Champion III

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?