<?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 Re: Applymap in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/608111#M1098707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sattish.&lt;/P&gt;&lt;P&gt;It is certainly worth learning how to use an ApplyMap as they are incredibly useful&lt;/P&gt;&lt;P&gt;Have a look at this blog explaining ApplyMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" 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;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 08:12:14 GMT</pubDate>
    <dc:creator>ngulliver</dc:creator>
    <dc:date>2014-04-24T08:12:14Z</dc:date>
    <item>
      <title>Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/608108#M1098704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one,&lt;/P&gt;&lt;P&gt;I want to know about usage of applymap and what is the relation between applymap and mapping load?&lt;/P&gt;&lt;P&gt;When we go for applymap and why we are using mapping load?&lt;/P&gt;&lt;P&gt;Please help me in this if anyone knows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 09:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/608108#M1098704</guid>
      <dc:creator />
      <dc:date>2014-04-23T09:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/608109#M1098705</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 refer the below post from henric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/18/one-favorite-function-applymap"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/18/one-favorite-function-applymap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 09:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/608109#M1098705</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-04-23T09:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/608110#M1098706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ApplyMap function is used to lookup and find value from one table to other.&lt;/P&gt;&lt;P&gt;ApplyMap table need to be load using Mapping Load......&lt;/P&gt;&lt;P&gt;There should be only two field... 1st for lookup and 2nd for result...&lt;/P&gt;&lt;P&gt;There should not be any duplicate values in Mappling Load Table.&lt;/P&gt;&lt;P&gt;Mapping Load is to Load Table and ApplyMap is to get the values from Mapping Load Table..&lt;/P&gt;&lt;P&gt;End of the scrip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example given below...&lt;/P&gt;&lt;P&gt;Consider that you have Customer and Country in one table and Sales in another table.&lt;/P&gt;&lt;P&gt;You want Country in Sales Table... Write below in script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CustomerTable:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer, Country&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, Germany&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, France&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, Italy&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, Poland&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, Spain&lt;/P&gt;&lt;P&gt;&amp;nbsp; Z, UK&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('CustomerTable', CustomerID, 'Unknown') as CustomerCountry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; CustomerID, Month, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, Jan, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, Jan, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, Jan, 300&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, Feb, 150&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, Mar, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp; F, Apr, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, May, 140&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, May, 80&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, May, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; F, Jun, 150&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 09:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/608110#M1098706</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-23T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/608111#M1098707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sattish.&lt;/P&gt;&lt;P&gt;It is certainly worth learning how to use an ApplyMap as they are incredibly useful&lt;/P&gt;&lt;P&gt;Have a look at this blog explaining ApplyMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" 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;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/608111#M1098707</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-04-24T08:12:14Z</dc:date>
    </item>
  </channel>
</rss>

