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

Problem with resident load of binary data

Hi!

I'm kind of new to QlikView and now I have a problem.

I'm doing a load .. resident of a binary stored table and this works fine the first reload but the secont time I got an error telling me that the table im trying to do the load to doese'nt exist??!!

RecieptHead_temp:
Load *,
'1' as Dummy
resident ReceiptHead;


Drop table ReceiptHead;
Drop field Dummy from RecieptHead_temp;

Rename table RecieptHead_temp to RecieptHead;

Unmap *;

0 Replies