Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Markus,
Got that!
Thank you.
Great Divya. Kindly close this thread by marking as correct and helpful. Have a nice day.