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

Qvd saved Encounter

Hi i am trying to save table formatted data in qvd that time i am facing this issue..any one please help me.

IncrementLoad1:

//LOAD PRIMEID, FOOD_CATEGORY, FOOD_ITEM, LAST_UPDATE, LOCATION_

//FROM

//(ooxml, embedded labels, table is Sheet1);

STORE IncrementLoad1 into 'D:\Qlikview Qvd's\IncrementLoad1.qvd';

during this time i am getting this error. Please help me ....

5 Replies
rahulpawarb
Specialist III
Specialist III

Hello Harish,

You can replace the existing STORE Statement by following line:

STORE IncrementLoad1 INTO D:\Qlikview Qvd's\IncrementLoad1.qvd;

Hope this will be helpful.

Regards!

Rahul

Not applicable
Author

Sorry It is also not working. I am using Qlikview version 12 is there anything new to save qvd option ?

rahulpawarb
Specialist III
Specialist III

Hello Harish,

Could you please share the application with sample data? This will help us to identify the issue and provide you expected response.

Regards!

Rahul

Not applicable
Author

Thanks for your replay Rahul.

Problem was soled my self only.

Taking source for one drive C: and stored qvd in different drive/folder 😧 that's why it's throwing error.

Now i saved both in same folder then qvd was generated.

please correct me nay thing wrong in my understand.

rahulpawarb
Specialist III
Specialist III

Hello Harish,

Actual issue was with the target path you mentioned (it not at all about source location was different than the target).

In principle, STORE command in QlikView will push the logically generated table in the QlikView(within the QlikView data model; not stored anywhere on file system) to the file system and stores it as .QVD file.

Correcting Target File path must have fixed your issue.

Hope this makes sense.

Regards!

Rahul