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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
shama_deshpande1
Contributor II
Contributor II

Mapping Load issue

Hi,

I have a maping table containing values as ID and value and I am using apply map function on a table containing values as ID1 and value1. In mapping table the ID field is num but in table 2 the ID1 field is text. So the apply map is not happening even when the values are exactly same.

Request all to help me with this.

Labels (1)
2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

In order to work Applymap properly, you should have both the fields same even the format. 

You can do one thing, wither convert the ID of table1 to text or convert the ID field of Table2 to Num.

You can use the text() or Num() functions to do this.

 

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Ezirraffner
Creator II
Creator II

Hi @shama_deshpande1,

 

See if this below helps:

ApplyMap('MapName',Num#(ID1),Null())

 

Regards,


Ezir