Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jahudini
Contributor II
Contributor II

Resident Table1 not found in Load

Table1 not found. I am new to this, and i have seen solution to the posed question, but i still get an error, i dont understand why. Thanks for your help.Table1 not found. I am new to this, and i have seen solution to the posed question, but i still get an error, i dont understand why. Thanks for your help.

1 Solution

Accepted Solutions
jahudini
Contributor II
Contributor II
Author

Thanks again guys i have resolved the problem. I did not add SQL to the main code. Thanks again for your help.

View solution in original post

5 Replies
dplr-rn
Partner - Master III
Partner - Master III

resident load is to load a table which you already loaded. Did you load Table 1?

i.e. do you have something like below before the statements in your picture

Table1:

load *

from excel/DB source;

 

 

Vegar
MVP
MVP

If you get an error saying that "table1  is not found" then it is probably not there when you're trying to read it. You could try to do an exit script straight before row 1 in your picture and then examine the data model.

Could you also post the code where you are creating Table1, it might guide us in the right direction. 

jahudini
Contributor II
Contributor II
Author

Thanks for the response. So my Table1 is created in "Main", and the Previous code is in "Section". Thanks again.Thanks for the response. So my Table1 is created in "Main", and the Previous code is in "Section". Thanks again.

dplr-rn
Partner - Master III
Partner - Master III

share the full execution log if possible. or at least full script

jahudini
Contributor II
Contributor II
Author

Thanks again guys i have resolved the problem. I did not add SQL to the main code. Thanks again for your help.