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: 
jmonroe918
Creator II
Creator II

Resident Load Error

I am having trouble with trying to do a left join with a temp table, however I'm getting error message the point of joining while using the "Resident" function. I have attached the file and a copy of the error message.

Thanks for any help.

Jeff

1 Solution

Accepted Solutions
MarcoWedel

delete the "FROM"

otherwise you're trying to load from a file called "Resident Sigma_Tbl" which obviously doesn't exist.

regards

Marco

View solution in original post

3 Replies
MarcoWedel

delete the "FROM"

otherwise you're trying to load from a file called "Resident Sigma_Tbl" which obviously doesn't exist.

regards

Marco

jmonroe918
Creator II
Creator II
Author

Marco, thank you very much. I figured it was something obvious.

Jeff

MarcoWedel

you're welcome