<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic applumap() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/applumap/m-p/875597#M1009720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why we go for apply map() instead of join, why apply map() why not join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference b/w those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrsd&lt;/P&gt;&lt;P&gt;chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 06:33:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-05T06:33:23Z</dc:date>
    <item>
      <title>applumap()</title>
      <link>https://community.qlik.com/t5/QlikView/applumap/m-p/875597#M1009720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why we go for apply map() instead of join, why apply map() why not join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference b/w those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrsd&lt;/P&gt;&lt;P&gt;chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 06:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applumap/m-p/875597#M1009720</guid>
      <dc:creator />
      <dc:date>2015-05-05T06:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: applumap()</title>
      <link>https://community.qlik.com/t5/QlikView/applumap/m-p/875598#M1009721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read this blog : &lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 06:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applumap/m-p/875598#M1009721</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-05T06:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: applumap()</title>
      <link>https://community.qlik.com/t5/QlikView/applumap/m-p/875599#M1009722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ApplyMap is a simple lookup and operates a lot like vlookup() in Excel. You will never impact the number of rows on that loaded table and it is part of a single load step, but it can only add a single column to the output. It is usually very fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join can impact the number of rows in the output, and requires an extra load step as well as the join logic, which may require a lot of RAM and take a long time if the data set is large, but a join can add multiple columns at once. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 06:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applumap/m-p/875599#M1009722</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-05-05T06:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: applumap()</title>
      <link>https://community.qlik.com/t5/QlikView/applumap/m-p/875600#M1009723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join: It will join 2 table on the basis of common field values in keys of 2 different tables but it can not flag mismatch field values in those keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applymap() is used to find data match and mismatch. It matches the common field values from both the keys of different tables and also able to flag the mismatched field values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Apurva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 07:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applumap/m-p/875600#M1009723</guid>
      <dc:creator>aapurva09</dc:creator>
      <dc:date>2015-05-05T07:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: applumap()</title>
      <link>https://community.qlik.com/t5/QlikView/applumap/m-p/875601#M1009724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Check this Link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/" title="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 07:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applumap/m-p/875601#M1009724</guid>
      <dc:creator>rajkumarb</dc:creator>
      <dc:date>2015-05-05T07:46:11Z</dc:date>
    </item>
  </channel>
</rss>

