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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

];

Labels (1)
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