Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Holzi
Contributor
Contributor

Inner keep load

Hi Every one,

I'm currently working with the "inner keep load" command, but I'm not getting the result I expected.

// Variante 1
VTab1:
Load * resident Table1;
VTab2:
inner Keep load * resident Table2;
drop table Table1, Table2;

So I have Table1 and Table2. I load the data from these tables into VTab1 and VTab2 and both are connected to each other via the common field A. When I load the data, I only see VTab2.
Can someone please tell me what I'm doing wrong?

Best regards
Holzi

Labels (1)
1 Solution

Accepted Solutions
Or
MVP
MVP

Rule of thumb - when using load * from Resident always use Noconcatenate Load, unless you're intentionally trying to create a single end table.

Not sure if that's your issue here, but that's where I'd start.

View solution in original post

1 Reply
Or
MVP
MVP

Rule of thumb - when using load * from Resident always use Noconcatenate Load, unless you're intentionally trying to create a single end table.

Not sure if that's your issue here, but that's where I'd start.