Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
You can for example use the structure that is explained in this blog post: http://www.quickintelligence.co.uk/qlikview-folder-structures/
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
Then how to define in script from clause?? what we can write in Config file?? Thanks,
PFA for folder structure guideline for development as well as deployment of application.
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
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.
Thanks Sunil, I will come back with more questions. Thanks,