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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
dinicholls
Creator II
Creator II

Create a QVD

Hi All,

I'm trying, in vain the create a QVD form a load statement. I've done it before with no problems, but don't seem to be able to do it now!

I have all my field name and what have you, and at the end of the script I have this:

FROM:

[H😕Qlikview\Target Setting\2014\December 14 Targets\Data Files\MI1411_100Z_ADT*.csv]FROM

(txt, utf8, embedded labels, delimiter is ',', msq, header is 8 lines);

STORE Debt100Z into H:\Qlikview\Target Setting\2014\December 14 Targets\Dec14_100Z_Debt_Target.qvd (QVD);


When I try and reload the script, I get the error:


SCRIPT ERROR:

Table not found

STORE Debt100Z into H:\Qlikview\Target Setting\2014\December 14 Targets\Dec14_100Z_Debt_Target.qvd (QVD)

What am I doing wrong? Do I need to create the table first? I can't remember if that's what I did last time, and if I did, I have no idea how I did it!

Thank you!

Di

12 Replies
dinicholls
Creator II
Creator II
Author

Thank you all!!!!

I am a muppet and didn't declare the table name at the start! Doh!

I shall go the corner of the room and face the wrong way for a while!

Thank you!

Di

ankit777
Specialist
Specialist

Hi,

Are there multiple tables in your script? maybe the tables get concatenated. Use Noconcatenate before table name and drop other tables.

eg

Noconcatenate

Debt100Z:

Load *

FROM:

[H😕Qlikview\Target Setting\2014\December 14 Targets\Data Files\MI1411_100Z_ADT*.csv]FROM

(txt, utf8, embedded labels, delimiter is ',', msq, header is 8 lines);

STORE Debt100Z into H:\Qlikview\Target Setting\2014\December 14 Targets\Dec14_100Z_Debt_Target.qvd (QVD);


jagan
Partner - Champion III
Partner - Champion III

Hi,

Please close this thread if you got the answer by giving Correct and Helpful answers to the useful posts.

Regards,

Jagan.