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;