Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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;
@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.