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

BUFFER LOAD - possible bug when using nested LOADs

Hello !

It seems that there's a bug when using BUFFER LOAD mixed with nested LOADs.

I call nested LOADs those ones in layers, where we re-process a just-loaded file.

Like this :

LOAD * , LEFT(FIELD_ONE,2) AS PREFIX;

LOAD * FROM AFILE (QVD);

When we use BUFFER LOAD on a situation like that above, and also within a FOR/NEXT, the buffer wont work fine.

Try the attached example and you'll see what I'm talking about...

I really would like to see BUFFER working fine cause it's a very useful resource for development speed.

Thanks in advance for your support !

0 Replies