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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Mapping is not working in below sceinero?

Hi team,

iam applying mapping in bleow sceinero but mappin is not working  and also i applyed applymap that is also not working

please helpme  

TEAM:

Mapping LOAD
     [EDU Field Execution Team],
     [Sales Sub Region2]
FROM
[graphyQVD.xlsx]
(ooxml, embedded labels, table is FieldTeam_Mapping);

MAP   Sales Region] using TEAM;

GEO:
LOAD
     [Sales Sub Region],
       [Sales Region],
   
FROM
Geo.qvd(qvd);

5 Replies
sushil353
Master II
Master II

Try this:

TEAM:

Mapping LOAD
     [EDU Field Execution Team],
     [Sales Sub Region2]
FROM
[graphyQVD.xlsx]
(ooxml, embedded labels, table is FieldTeam_Mapping);

Table2:

LOAD

     [Sales Sub Region],

       ApplyMap('TEAM',[Sales Region]) as map_region,

[Sales Region],

   

FROM

Geo.qvd(qvd);

Note: make sure that here coulmn 1 of TEAM table will be compared and coulmn 2 value will be replaced.

Not applicable
Author

Hi Sushil,

Its not working.,....

sushil353
Master II
Master II

Please post the sample application and data.

sushil353
Master II
Master II

do you have matching data in

[EDU Field Execution Team] and [Sales Region] fields?

Not applicable
Author

yes matching data is there