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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
raadwiptec
Creator II
Creator II

applymap

my source is something as below.

country  Marketing head

india        samson

france      ken

italy          rosh

india         patel

when i do an applymap.. i get for india only one value Ken and not th e other.. any suggestion

12 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

In case you use

LOAD ...

     Applymap('MapCountries', Country, 'None') AS MarketingMan,

     ...

FROM ...;

there is no room for two values in MarketingMan. What should happen here?

You could change your mapping table to return a string of concatenated heads, like

Country  Marketing head

india    samson, patel

france   ken

italy    rosh

:

Best,

Peter

buzzy996
Master II
Master II

hi,as per ur data ken not from india, so not sure how u got the same.

if possible share sample app,that helps to solve your problem in a minute.

raadwiptec
Creator II
Creator II
Author

guys this is fixed now... i tried loading as a seperate table itself with no concatenate..but applymap in pra ctical was not working...for the above scenario..