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: 
Not applicable

EXCLUSIONES/EXCLUSIONS

Dears,

     Need your help to know how I can work with two documents where on one of them I have the inventory and the second one has information where some of the data is the same as the first one and I want to delete them. Thanks.

Estimados,

     Requiero de su ayuda para saber cómo puedo trabajar con dos documentos en donde uno de ellos tengo el inventario y en el segundo tiene información igual al primera y quiero eliminarla. Gracias.

Saludos

Regards

2 Replies
JonnyPoole
Former Employee
Former Employee

Do you mean you don't want to load the duplicate data from the 2nd file if it already has been loaded from the first ?

I would suggest using the exists() function

Data:

Load

     Key,

     <data>

from file1

concatenate (Data)

Load

     Key,

     <data>

from file2

where not exists(Key);

hemhund2016
Creator
Creator

Hi,

You can do a partial reload of second document and drop the tables that you don't want.

Thanks,

Hemanth.