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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
divya_anand
Creator III
Creator III

QlikView not pulling data from qvds...

Hi All,

I am running a simple script-

for each vVar in 'A.qvd','AB.qvd'
table:
LOAD * FROM
;
next

store table into D:\blah\TEST.qvd;
drop table table;

When I run this, a part of the log file looks like this-

2016-11-30 07:02:07 0021 for each vVar in 'A.qvd','AB.qvd'

2016-11-30 07:02:07 0022

2016-11-30 07:02:07 0022   table:

2016-11-30 07:02:07 0023   LOAD * FROM

2016-11-30 07:02:07 0024  

2016-11-30 07:02:07         1 fields found: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>,

2016-11-30 07:02:07        7,287 lines fetched

2016-11-30 07:02:07 0025 next

2016-11-30 07:02:07 0026

2016-11-30 07:02:07 0022   table:

2016-11-30 07:02:07 0023   LOAD * FROM

2016-11-30 07:02:07 0024  

2016-11-30 07:02:07        1 fields found: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>,

2016-11-30 07:02:07        14,566 lines fetched

2016-11-30 07:02:07 0025 next

2016-11-30 07:02:07 0026

2016-11-30 07:02:07 0027 store table into D:\blah\TEST.qvd

2016-11-30 07:02:07 0028 drop table table

2016-11-30 07:02:07      Execution finished.

Why isn't Qlikview pulling the actual data records but instead is pulling the meta data of the fields?

Note: Using QV 12 SR4

11 Replies
divya_anand
Creator III
Creator III
Author

Hi Markus,

Got that!

Thank you.

tamilarasu
Champion
Champion

Great Divya. Kindly close this thread by marking as correct and helpful. Have a nice day.