Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

operation on previously loaded data

hi!!

please suggest answers for following problem.

i have a preloaded table from which i m retrieving a field using following code..

abc:
LOAD "ITEM_ITEM_CODE"
RESIDENT item_master;

now by using data of "ITEM_ITEM_CODE" in following manner

substr( "ITEM_ITEM_CODE",4,12)=model_model_code

i have to load data of model_master.

please suggest the exact code.

1 Reply
Not applicable
Author

Hi,

look for "Where Exists" or a Join statement.

Provide exact code is not possible without knowing more details (datasources, etc.).

Rainer