Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

LOAD statements in for loops

Hi all,

Just a quick one in case anyone knows. I am loading a table in a for loop in order to identify some values and use them one by one in another loop. For this to work I pretty much need the table to be flushed away after each iteration rather than just keep all rows that are added after each iteration. What's the best way to achieve this?

Thanks all in advance

2 Replies
richard_chilvers
Specialist
Specialist

Hi Joseph

Its hard to be certain about what you're trying to do without a bit more detail.

But it seems to me you want to empty a table and then re-use it. Would it be possible use

DROP TABLE xxxxxx

and then redefine it ?

Just a thought.

Regards

Not applicable
Author

Hi Richard,

Apologies I did not express it correctly and the error appeared to be somewhere else! Thanks anyway