<?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/685628#M675904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response anand,&lt;/P&gt;&lt;P&gt;I'm facing same error even after doing the same.&lt;/P&gt;&lt;P&gt;But I don't want to do like this.&lt;/P&gt;&lt;P&gt;Why resident load is not working and why this error "field not found"&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 05:27:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-01T05:27:14Z</dc:date>
    <item>
      <title>ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685626#M675902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing problem with apply map.&lt;/P&gt;&lt;P&gt;I have following script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;E:\Ananth_Works\Applymap.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Tab1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;Id,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;Resident Tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;LOAD OrderId, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Orders, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Map',Id)*Quantity as Result&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;E:\Ananth_Works\app2.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run this script I'm getting following error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;Id&amp;gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;LOAD OrderId, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Orders, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Map',Id)*Quantity as Result&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;E:\Ananth_Works\app2.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me whats wrong with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685626#M675902</guid>
      <dc:creator />
      <dc:date>2014-07-01T05:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685627#M675903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If from table Applymap Product is not required then comment it and use same table instead to load resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;Mapping LOAD Id,&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; //Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;E:\Ananth_Works\Applymap.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Tab1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Map:&lt;/P&gt;&lt;P&gt;//Mapping load&lt;/P&gt;&lt;P&gt;//Id,&lt;/P&gt;&lt;P&gt;//Sales&lt;/P&gt;&lt;P&gt;//Resident Tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;LOAD OrderId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Orders,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Map',Id)*Quantity as Result&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;E:\Ananth_Works\app2.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685627#M675903</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-01T05:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685628#M675904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response anand,&lt;/P&gt;&lt;P&gt;I'm facing same error even after doing the same.&lt;/P&gt;&lt;P&gt;But I don't want to do like this.&lt;/P&gt;&lt;P&gt;Why resident load is not working and why this error "field not found"&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685628#M675904</guid>
      <dc:creator />
      <dc:date>2014-07-01T05:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685629#M675905</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;You have to add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderId&lt;/SPAN&gt; in applymap script. Something like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap('Map',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderId, 0&lt;/SPAN&gt;)*Quantity as Result&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685629#M675905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-01T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685630#M675906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh you need to rename the field&lt;STRONG&gt; Id as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;OrderId &lt;/STRONG&gt;thats&amp;nbsp; why it is not found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Map:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping LOAD Id &lt;STRONG&gt;as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderId&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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; //Product,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;E:\Ananth_Works\Applymap.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Tab1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685630#M675906</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-01T05:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685631#M675907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ananth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace Id with OrderId. As simple is that.&lt;/P&gt;&lt;P&gt;ApplyMap('Map',OrderId)*Quantity as Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685631#M675907</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-01T05:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685632#M675908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your complete script is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tab1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Id &lt;STRONG&gt;as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderId&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;E:\Ananth_Works\Applymap.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Tab1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Map:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;OrderId&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Tab1;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Drop table &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Tab1;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tab2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD OrderId,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Orders,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Map',&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderId&lt;/STRONG&gt;)*Quantity as Result&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;E:\Ananth_Works\app2.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685632#M675908</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-01T05:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685633#M675909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to one and all.&lt;/P&gt;&lt;P&gt;My issue has resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally one thing I understood that, The key field should be same in both the tables right!&lt;/P&gt;&lt;P&gt;Correct me if i'm wrong...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 05:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685633#M675909</guid>
      <dc:creator />
      <dc:date>2014-07-01T05:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685634#M675910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The naming convention of the key field is not compulsory to be same in both the tables. However, you should have matching data in both the tables to achieve the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could have achieve the same result without renaming the field with below script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap('Map',&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OrderId&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)*Quantity as Result&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 06:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685634#M675910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-01T06:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685635#M675911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes right when do mapping the base key field name should be same in the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;OrderId&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OrderId&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Quantity&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap('Map',&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;OrderId&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;) * Quantity as Result&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the Id in the both field should be same then apply map the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 06:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685635#M675911</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-01T06:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685636#M675912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, you are misleading here. It is not compulsory that the key field name to be same in both table in apply map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 06:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685636#M675912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-01T06:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685637#M675913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the base table basically the field should be same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Id,Desc&lt;/P&gt;&lt;P&gt;a,fsdf&lt;/P&gt;&lt;P&gt;b,saf&lt;/P&gt;&lt;P&gt;c,dfdsa&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;BaseId&lt;/STRONG&gt;,Word,ApplyMap('Map',&lt;STRONG&gt;BaseId&lt;/STRONG&gt;) as Description;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BaseId&lt;/STRONG&gt;,Word&lt;/P&gt;&lt;P&gt;a,23fd&lt;/P&gt;&lt;P&gt;b,45fdsf&lt;/P&gt;&lt;P&gt;c,3fsdf&lt;/P&gt;&lt;P&gt;d,56fdsf&lt;/P&gt;&lt;P&gt;e,566fsdf&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 06:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685637#M675913</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-01T06:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685638#M675914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct i am suggest for the base table not for Mapping table see the example below suggested by me in that table field name should be same not in mapping table. If it is same ok but not necessary always but good practice is should be same for understanding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 06:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685638#M675914</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-01T06:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685639#M675915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know, but I tried with my scenario it is giving same result in both the cases.&lt;/P&gt;&lt;P&gt;i.e &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Map:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Id&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TableName:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;OrderId&lt;/STRONG&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quantity&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;ApplyMap('Map',&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;OrderId&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;) * Quantity as Result&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Location;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 06:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/685639#M675915</guid>
      <dc:creator />
      <dc:date>2014-07-01T06:23:11Z</dc:date>
    </item>
  </channel>
</rss>

