Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
Thanks for your response JP
I have taken .xls and tried, getting the same erro
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..
Hi
Try like this
Test:
Load * inline
[
Dimension,Value
aaa,10
bbb,20
];
Store Test into c:\qvdtest.qvd(qvd);
Hope that helps