Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get directory .qvf file is deployed to

I'm R&Ding Qlik for my company and I'm having some issues getting my deployed .qvf files to work. My objective is to have 1 .qvf file that multiple clients can use, but each client has it's own data source. I have a .qvf (CreateAllQVD) that creates .qvd files from my data sources and puts them in the correct directory on disk. I have a directory tree of C:\AllTheQlik\QlikDistro\ and then 2 sub folders CompanyOne and CompanyTwo. In those folders I have

MultiCompanyTest.qvf (the one shared between all clients)

MultiCompanyTest_Sheet1.qvd

MultiCompanyTest_Sheet2.qvd

MultiCompanyTest_Sheet3.qvd

In my MultiCompanyTest.qvf I do a LOAD

LOAD * FROM ./MultiCompanyTest_Sheet1.qvd (qvd);

Here's my problem. When I attempt a reload of the data in QMC I get an error, my Load is trying to load from C:\ProgramData\Qlik\Sense\Apps

I need it to load from C:\AllTheQlik\QlikDistro\CompanyOne but I can't figure out how to know that my .qvf file is in \CompanyOne.  Is there a system variable or something that can help me out?

0 Replies