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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

resident function in qlikview

Hi,

When i run the following code it throughs me an error saying

Table not found

STORE QLIKMART INTO '\\aa\bb\cc\QLIKMART.qvd' (qvd);

QLIKMART:

Load *

    

resident

from A_B;

left Join

Load  *Resident

from C;

LOAD *

resident

from D;

store QLIKMART into  '\\aa\bb\cc\QLIKMART.qvd' (qvd);

drop table QLIKMART;

Thanks,

Siri.

13 Replies
alexpanjhc
Specialist
Specialist

can you upload the qvw?

if you have this A_B and you add

qlikmart:

noconcatenate

load * resident A_B;

and comment the rest  and see if you get anything

Not applicable
Author

i tried and it did not throw me any error but i cannot see any new one in the datamodel

alexpanjhc
Specialist
Specialist

upload the qvw?

MayilVahanan

Hi

From table viewer, you can able to see whether A_B is available or not.. and also able to see what are the fields and how many rows contain, how they link with other table..

Try by giving full path once and tested it. Whether its store correctly or not

for example -> d:\aa\bb\cc\QLIKMART.qvd (qvd);

hope that helps..

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.