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: 
Not applicable

problem in making qvd

hi all,

by using Northwind database in sql server i've added another table in it named 'Pictures' which contains two fields 'CategoryID' and 'Pictures' from Categories table.

then i wrote the following scirpt:





pic:

info

from Northwind.dbo.Pictures;

store

Pictures into Pictures.qvd; sql select CategoryID, Pic

Then i reload the script but it gives the error that table not found.

what would be the problem??



2 Replies
Not applicable
Author

hey sorry about formatting,,,, the above script is:

pic:

info sql select CategoryID, Pic

from Northwind.dbo.Pictures;

store Pictures into Pictures.qvd;

Not applicable
Author

The name of your table is pic and not Pictures.

So use :

store pic into Pictures.qvd;