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

Not able to create QVD files

From last 30 Mins im trying to create a simple QVD file in the Qlik Sense Serve.

my Instllation Folder is C:\Qlik Sense Storage

I have created a folder(QVDs Files) in C:\Qlik Sense Storage.

in my Load script i have created a Folder Connection for the QVDS  with the path

C:\Qlik Sense Storage\QVDs Files

in my Load Script :

[Product Dim]:

LOAD

    Name,

    ID

    [lib://Products(qlik-sense_administrator)/Products.CSV] ....];

Store * from [Product Dim] into 'lib:\\QVDs Files\Product.qvd';

its giving error. not able to fix it.

4 Replies
MK9885
Master II
Master II

[Product Dim]:

LOAD

    Name,

    ID

    From...

    [lib://Products(qlik-sense_administrator)/Products.CSV] ....];

Store [Product Dim] into lib://QVDs Files/Product.qvd (qvd);

JustinDallas
Specialist III
Specialist III

For future reference, never hesitate to show the error its giving in your forum post.

Anonymous
Not applicable
Author

Aehman, Thanks for the Kind response.

I tried Store [Product Dim] into lib://QVDs Files/Product.qvd;


The cause of the error which i have identified from my end are below things

1.) what ever the path i'm giving in the lib: ( im trying to give my OS path in the lib )

I'm trying to give it after lib.

2.) what ever the connection i have created in the script load editor giving an extra name to the folder

i created (QVD Files) as a folder connection its giving as QVD Files (qlik-sense_administrator)

but I'm using in my lib as lib://QVD Files/Product.qvd


Below is the working one.


Store [Product Dim] into 'lib://QVD Files (qlik-sense_administrator)/ProductDim.qvd';

MK9885
Master II
Master II

Ok, as long as it is working for you... all is good.