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

Table not found eventhough table exists in qvw?

Hi,

when I am loading table into QVd error showing as TABLE NOT FOUND

but there is table exists?

please can anyone suggest me why it is showing. this is the first time I am seeing this strange.

Thanks.

6 Replies
Anonymous
Not applicable
Author

Please share scripts/.qvw file for more clarification.

maxgro
MVP
MVP

could you post the script?

prma7799
Master III
Master III

please share some sample app.

jonathandienst
Partner - Champion III
Partner - Champion III

You are probably concatenating or joining to a table that does not exist, but its impossible to say without seeing your script.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
senpradip007
Specialist III
Specialist III

Share your script.

Not applicable
Author

Sugesstions without knowing the script:

-Table gets declared later, doesn´t exist at the time you try to store it or the table has another name at this time.

-AutoConcatenation in another Table

-Wrong name in store method.

-Wrong use of store method.