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

Qvd Files Creation error

Hi community members,

I written the Store Salesman into ;

I am getting below error

"Table not found

STORE Salesman.xls into "

can anyone of you please correct me, where is the problem

4 Replies
Not applicable
Author

Hi Ramesh,

In your store command, you've written "Salesman.xls" and not "Salesman".

Check if that's the correct label for your table otherwise you'll get the "table not found" error.

Not applicable
Author

Thanks for your response JP

I have taken .xls and tried, getting the same erro              

shree909
Partner - Specialist II
Partner - Specialist II

Try this

salesman:

field1,

field2,

field3

from salesman.xls

Store Salesman into E:\Qlikview\RichardBooks\English\Creating a Document\Data Sources\QVD\Salesman.qvd(QVD)

whatever the tablename (salesman) ur specifying that should be mentioned  as shown above..

foloow the bold salesman..

MayilVahanan

Hi

Try like this

Test:

Load * inline

[

Dimension,Value

aaa,10

bbb,20

];

Store Test into c:\qvdtest.qvd(qvd);

Hope that helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.