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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Resident of a resident ?

Is it possible to load resident from a resident ?

I have a qvw (let's call it ReportBase) consisting of several tables and qvd's.

I use this qvw to connect to and update several qvw applications that users access.

I have already resident load in the ReportBase for the tables I read in as qvd. In one of the end-user applications I now need to load some of the data in one of the tables loaded as resident but not all. Is it possible to load resident from a resident (I get table not found no matter what I do) ?

1 Solution

Accepted Solutions
Not applicable
Author

Yes, sure.

MyTable:

load A, B, A+B as C resident table1;

MyTable2 :

Noconcatenate load A,B,C resident MyTable;

drop table Mytable;

View solution in original post

3 Replies
Not applicable
Author

Yes, sure.

MyTable:

load A, B, A+B as C resident table1;

MyTable2 :

Noconcatenate load A,B,C resident MyTable;

drop table Mytable;

Not applicable
Author

Got it ! Thanks you ever so much.

Not applicable
Author

i think you can reload a resident whitout problems....did you try that?