Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
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