<?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 Function Use and Where Should we Use This Function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666976#M242628</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;It works similar to Vlookup in Excel. Only Difference is we need to create Mapping table to fetch the relevant data. Mapping table always contains 2 columns, first column is the reference and second column is the data which you want to extract, only drawback is from one mapping table you can extract only one column, cannot fetch multiple columns from single mapping table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Savitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 10:31:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-12T10:31:52Z</dc:date>
    <item>
      <title>ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666971#M242623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;About ApplyMap() Can Anybody Explain brief with Example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khasim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666971#M242623</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2014-06-12T10:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666972#M242624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5791"&gt;Apply Map Concept&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666972#M242624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-12T10:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666973#M242625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/18/one-favorite-function-applymap" title="http://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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666973#M242625</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-12T10:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666974#M242626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ApplyMap is a Mapping or lookup function&lt;/P&gt;&lt;P&gt;Ex. one of my scenario where I have applied ApplyMap is,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;For missing Employee name we have to use lookup function (ApplyMap) to get data from excel .At the time of showing Employee code and Employee name, from sap source table we have, Employee code Employee name that is&amp;nbsp; but for some of the Employee code, Employee name is missing and there is excel file in which they are having Employee code and name so, we have used ApplyMap and checked that if any Employee name is missing then apply lookup on excel for respective Employee code and get that Employee name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;Hope this will help you to understand ApplyMap concept and where it should be applied!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;Vijeta&amp;nbsp; &lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666974#M242626</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2014-06-12T10:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666975#M242627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As well as Henric's excellent blog there is also one by Steve Dark that is worth looking at:&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, 12 Jun 2014 10:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666975#M242627</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-06-12T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666976#M242628</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;It works similar to Vlookup in Excel. Only Difference is we need to create Mapping table to fetch the relevant data. Mapping table always contains 2 columns, first column is the reference and second column is the data which you want to extract, only drawback is from one mapping table you can extract only one column, cannot fetch multiple columns from single mapping table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Savitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666976#M242628</guid>
      <dc:creator />
      <dc:date>2014-06-12T10:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666977#M242629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Information&lt;/P&gt;&lt;P&gt;i under stood the concept but how to apply in Script? give me two or more examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khasim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666977#M242629</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2014-06-12T10:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666978#M242630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Information &lt;/P&gt;&lt;P&gt;i under stood the concept but how to apply in Script? give me two or more examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khasim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666978#M242630</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2014-06-12T10:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap Function Use and Where Should we Use This Function?</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666979#M242631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this example,Hope you will understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; id2, pg1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, abc&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2, mno&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3, tuv&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4, xyz&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt; T1:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; id1, id2, value&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, 1, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, 2, 120&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, 3, 140&lt;/P&gt;&lt;P&gt;]Where Match(id1,'A','B');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt; Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; id1, pg1&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, pqr&lt;/P&gt;&lt;P&gt;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, xyz&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, 123&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt; NoConcatenate&lt;/P&gt;&lt;P&gt;FINAL:&lt;/P&gt;&lt;P&gt;Load id1, id2, value, IF(pg1='',ApplyMap('TEMP',id2),pg1) as pg1&amp;nbsp; Resident T1;&lt;/P&gt;&lt;P&gt; Drop Table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-Function-Use-and-Where-Should-we-Use-This-Function/m-p/666979#M242631</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2014-06-12T10:54:02Z</dc:date>
    </item>
  </channel>
</rss>

