Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vangurideepu
Creator
Creator

Hi Experts... Is it Possible Resident Load in Qlik Sense... if Possible how can i use it in script please help me

how to get one field from already existing table

Please help me

Thanks in advance

Regards

Pradeep

2 Replies
ift_isabelle
Partner - Creator III
Partner - Creator III

Table1:

Load * Inline [

     ID, Data

     1, 123456

     2, 234567

     3, 345678

];

Table2:

Load

     Data

Resident Table1;

fredericmante
Partner - Contributor III
Partner - Contributor III

Hi,

Try it

----------

Load existfield1,

        existfield2

resident existtable;

-------

Regards

Frederic