Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

3 Replies
MK9885
Master II
Master II

Load

FieldName

Resident TableName

TableName is preloaded table available in data model and same with fieldname (which should be available in that tablename).

harishkumarg
Creator III
Creator III

Table1:

LOAD

Field1,

Field2

From TableName;

//Table2 gets data from Table

Table2:

LOAD

Field2

Resident Table1

;

Regards

Harish

harishkumarg
Creator III
Creator III

Did this help?

Regards

Harish