Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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!
Ezir
Creator II
Creator II

Hi @shama_deshpande1,

 

See if this below helps:

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

 

Regards,


Ezir