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

LOAD from qvd, STORE doesn't seem to store any fields.

Hi,

I have started to evaluate QlikView Personal Edition (v.10) and want to do some incremental loads. So I took a look in the help and found the STORE command. When I use it, it seems to work fine when the script executes, a file is created (with different size depending on different amount of data) . But when I try to load data from that file later on, there is no data except meta data in xml format. My question, what am I doing wrong? Or is there any setting I need to do? Or is this feature not supported in Personal Edition?

Marcus

4 Replies
Not applicable
Author

Can you please explain the script u r using.

Not applicable
Author

Here is the script:
STORE myColumn FROM myTable into incremantaldata.qvd(qvd);

Test:
LOAD myColumn FROM incremantaldata.qvd;

The file is found but the column "myColumn" does not exists.

Not applicable
Author

Try this

Not applicable
Author

Thank you. Now I realized what I was doing wrong. I forgot the (qvd) instruction in the second statement.