Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Folder structure App, Config, qvd etc..

Hi, I have created one file in personal edition and wanted to share with the other user who is having license version. He wants run the qvw file by just changing the drive location. Could you please guide how to create folder structure like Application, Data sources, Config, qvd . He is going to upload it in access point. Thanks,

7 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can for example use the structure that is explained in this blog post: http://www.quickintelligence.co.uk/qlikview-folder-structures/


talk is cheap, supply exceeds demand
sushil353
Master II
Master II

Hi,

Create the same folder structure in your local machine as in the server side..

say Qlikivew>QlikviewData

Qlikview>QlikviewApps

then place your .qvw files in QlikviewApps folder and all data related files in QlikviewData folder.

Make all load as relative path..

Then you can deploy your application in any environment where you have the above structure.

HTH

Sushil

Not applicable
Author

Then how to define in script from clause?? what we can write in Config file?? Thanks,

suniljain
Master
Master

PFA for folder structure guideline for development as well as deployment of application.

bhupesh_gupta
Creator
Creator

Hi

Not sure what exactly you want , but if ur friend wants it to publish app on the access point then he has to copy ur apps to the Mounted Folder which is under the System-> Setup->Folder-> Mounted Folder path.

Once the File is copied to the specified folder , app will be available in Source Document, and he can run the task to publish the same on the access point.

Regards'

Bhupesh

sushil353
Master II
Master II

if you are fetching data using ODBC or OLEDB then no need to worry... it will work from any where.

if you are fetching data from qvd or some local files then check the box for relative path in script editor.

Not applicable
Author

Thanks Sunil, I will come back with more questions. Thanks,