Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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

if you use resident, you do not want to use from to confuse qlikview.

eliminate the from in your scripts.

Not applicable
Author

sorry

i removed from and throughed the same error

Not applicable
Author

QLIKMART:

Load * resident A_B;

left Join

Load  *Resident C;

LOAD *

resident D;

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

drop table QLIKMART;

alexpanjhc
Specialist
Specialist

after left join,

you have load *resident, i think you need a space in bewteen * and resident

what is your purose for

LOAD *

resident

D;?

you want to concatnate to QLIKMART table?

can you try to comment on the part and see if you can get something? in your table viewer, do you see anything at all?

Not applicable
Author

i tried with space and yes i want to concatenate to QLIKMART. i tried 

QLIKMART:

Load * resident A_B;

but i cannot see anything in the datamodel

and i tried

QLIKMART:

Load  * resident A_B;

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

drop table QLIKMART;

which throws me again the same error

alexpanjhc
Specialist
Specialist

is A_B a table you created earlier?and that table was not dropped?

Not applicable
Author

yes it was created earlier and it was not dropped

alexpanjhc
Specialist
Specialist

can you see this table in table viewer?

Not applicable
Author

yes i can see A_B table in the datamodel