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

Announcements
Mastering Change Data Capture: Read Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Carlaf_93
Creator II
Creator II

APPLY MAP

Good morning,

 

i have a doubt about the apply map functionality.

Do i need to use this formula when i want to recall a field from a different table?

So i will firstly do the mapping in a table and then recall it with applymap?

For example:

Table 1:

Mapping LOAD

Agent,

description ,

code

from ...; 

Tab 2:

load

sales,

applymap('Tab 1', agent, 'ND') as agent_name;

 

 

 

1 Reply
Taoufiq_Zarra

@Carlaf_93  The ApplyMap script function is used for mapping the output of an expression to a previously loaded mapping table.

Do i need to use this formula when i want to recall a field from a different table?-> to applayMap

So i will firstly do the mapping in a table and then recall it with applymap?-> The ApplyMap script function is used for mapping the output of an expression to a previously loaded mapping table.

 

help

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉