<?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/626680#M1092317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with 'real time' examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search the forum, you'll find plenty examples, also discussions about pros &amp;amp; cons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2014 17:39:43 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-05-23T17:39:43Z</dc:date>
    <item>
      <title>Applymap()</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/626679#M1092316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any body give me&amp;nbsp; two real time examples for applymap() where it best suits and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with all benfits by using applymap()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 17:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/626679#M1092316</guid>
      <dc:creator />
      <dc:date>2014-05-23T17:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap()</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/626680#M1092317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with 'real time' examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search the forum, you'll find plenty examples, also discussions about pros &amp;amp; cons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 17:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/626680#M1092317</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-23T17:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap()</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/626681#M1092318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many examples of the Applymap and mapping is used with two fields and it is apply to the table. To facilitate the table with additional field details with the description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below small example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. See the below simple example from help&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Purchase:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;PurchaseID,Product,PurchasePrice,Quantity,PurchaseDate&lt;/P&gt;&lt;P&gt;P9, Product1, 8,&amp;nbsp; 20, 15/10/2010&lt;/P&gt;&lt;P&gt;P11, Product1, 7,&amp;nbsp; 10, 09/10/2010&lt;/P&gt;&lt;P&gt;P12, Product1, 9,&amp;nbsp; 20, 01/10/2010&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;/P&gt;&lt;P&gt;Product,PurchasePrice&lt;/P&gt;&lt;P&gt;Resident Purchase;&lt;/P&gt;&lt;P&gt;DROP Table Purchase;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD ApplyMap('Temp', Product ) as PurchasePrice,* Inline [&lt;/P&gt;&lt;P&gt;SalesID,Product,SalesPrice,Quantity,SalesDate&lt;/P&gt;&lt;P&gt;S1, Product1, 10,&amp;nbsp; 10, 10/10/2010&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Also small example&lt;/STRONG&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; CustomerID, 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;];&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;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 17:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/626681#M1092318</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-23T17:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap()</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/626682#M1092319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;outside this forum you can read this (add www)&lt;/P&gt;&lt;P&gt;quickintelligence.co.uk/applymap-is-it-so-wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 18:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/626682#M1092319</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-23T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap()</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap/m-p/626683#M1092320</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 these 2 samples one&amp;nbsp; with "Map ... Using" and another with "ApplyMap"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 18:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap/m-p/626683#M1092320</guid>
      <dc:creator>Joseph_Musekura</dc:creator>
      <dc:date>2014-05-23T18:27:48Z</dc:date>
    </item>
  </channel>
</rss>

