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: 
jonesbrown
Creator
Creator

Difference between Join and Applymap

Hi All

I am new  to Qlikview

Difference between Join and Applymap 

plz help. 

Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

Joins can produce duplicate records, so effectively with joins (if not handled correctly) creating a table could give incorrect numbers. Whereas, applymap() is always (almost all cases) the better choice.

Many documents you would find here. My favorite one is here:  Dont-join-use-Applymap-instead 

View solution in original post

1 Reply
tresesco
MVP
MVP

Joins can produce duplicate records, so effectively with joins (if not handled correctly) creating a table could give incorrect numbers. Whereas, applymap() is always (almost all cases) the better choice.

Many documents you would find here. My favorite one is here:  Dont-join-use-Applymap-instead