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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

pls clarify this issue?

tab1:

load * inline

[

country,state

unitedstate of america,america

india,andhra

pakisthan,oekisthan

];

tab2:

load * Inline

[

country, shcountry             

india,in,                                       --i want  replace name instead of India,in

pakisthan-pak                             ----- here i want rename.

unitedstate of america,usa,                   HOW TO DO THIS IF I WRITE RESIDENT ITS GIVING ERROR

];

1 Reply
Not applicable
Author

use your table 2 as Map table

and use applymap() in Table 1 to correct / modify the country names... it will work