<?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 apply map error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608814#M597293</link>
    <description>&lt;P&gt;I am trying to apply map but this shows an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RATE_MAP:&lt;BR /&gt;Mapping LOAD&lt;BR /&gt;KEY_name,&lt;BR /&gt;RATE&lt;BR /&gt;FROM&lt;BR /&gt;[..\Data\Data Received\ab_file.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TEMP:&lt;BR /&gt;LOAD PRODUCT,&lt;BR /&gt;ID,&lt;BR /&gt;ApplyMap('RATE_MAP',KEY_name)as AA_RATE&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[..\Data\Data Used\abc.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2019 09:04:01 GMT</pubDate>
    <dc:creator>capriconuser</dc:creator>
    <dc:date>2019-08-02T09:04:01Z</dc:date>
    <item>
      <title>apply map error</title>
      <link>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608814#M597293</link>
      <description>&lt;P&gt;I am trying to apply map but this shows an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RATE_MAP:&lt;BR /&gt;Mapping LOAD&lt;BR /&gt;KEY_name,&lt;BR /&gt;RATE&lt;BR /&gt;FROM&lt;BR /&gt;[..\Data\Data Received\ab_file.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TEMP:&lt;BR /&gt;LOAD PRODUCT,&lt;BR /&gt;ID,&lt;BR /&gt;ApplyMap('RATE_MAP',KEY_name)as AA_RATE&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[..\Data\Data Used\abc.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608814#M597293</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2019-08-02T09:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: apply map error</title>
      <link>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608815#M597294</link>
      <description>&lt;P&gt;this shows an error&lt;/P&gt;&lt;P&gt;Field not found error&lt;/P&gt;&lt;P&gt;Field 'KEY_name' not found&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608815#M597294</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2019-08-02T09:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: apply map error</title>
      <link>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608821#M597295</link>
      <description>Hi,&lt;BR /&gt;The column in temp table should have the same data type as the KEY_name filed as you are trying to match the KEY_name.&lt;BR /&gt;Just cross check the data types of PRODUCT and ID i.e Whichever the field you are using to match</description>
      <pubDate>Fri, 02 Aug 2019 09:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608821#M597295</guid>
      <dc:creator>srg99999</dc:creator>
      <dc:date>2019-08-02T09:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: apply map error</title>
      <link>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608825#M597296</link>
      <description>&lt;P&gt;when i comment the product and id then still error is display&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608825#M597296</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2019-08-02T09:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: apply map error</title>
      <link>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608834#M597297</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TEMP:
LOAD PRODUCT,
ID,
ApplyMap('RATE_MAP',KEY_name)as AA_RATE

FROM
[..\Data\Data Used\abc.xlsx]
(ooxml, embedded labels, table is Sheet2);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you write this, qlik expects a field 'KEY_name' in abc.xlsx file. Probably your file doesn't have such field. So you have to &lt;STRONG&gt;correct the field name in applymap().&lt;/STRONG&gt; In applymap you don't have to mention the field name from a mapping table, only map table name is enough.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608834#M597297</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-08-02T09:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: apply map error</title>
      <link>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608844#M597298</link>
      <description>&lt;P&gt;but i apply map from rate _table&amp;nbsp; not temp&amp;nbsp; table .. so is it necessary to have key_name in&amp;nbsp; abc file ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608844#M597298</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2019-08-02T09:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: apply map error</title>
      <link>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608849#M597299</link>
      <description>&lt;P&gt;Read it here:&amp;nbsp;&lt;A href="http://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/MappingFunctions/ApplyMap.htm" target="_self"&gt;applymap()&lt;/A&gt;&amp;nbsp;to understand how it works.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/apply-map-error/m-p/1608849#M597299</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-08-02T09:58:53Z</dc:date>
    </item>
  </channel>
</rss>

