<?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: Error in apply map - Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549083#M744508</link>
    <description>&lt;P&gt;Could you share the sample data&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2019 09:35:56 GMT</pubDate>
    <dc:creator>anushree1</dc:creator>
    <dc:date>2019-02-26T09:35:56Z</dc:date>
    <item>
      <title>Error in apply map - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549057#M744507</link>
      <description>&lt;P&gt;Hi&amp;nbsp; all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my code i have written,&lt;/P&gt;&lt;P&gt;Binary [abcd\12345.qvw];&lt;/P&gt;&lt;P&gt;Tmp1:&lt;BR /&gt;Load&lt;BR /&gt;(REPLACE(LTRIM(REPLACE(BUKRS, '0', ' ')), ' ', '0')&amp;amp;BELNR&amp;amp;GJAHR) as Key_RBKP&lt;BR /&gt;Resident 12345;&lt;BR /&gt;Drop Table 12345;&lt;/P&gt;&lt;P&gt;Tmp2:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD&lt;BR /&gt;RB_BUKRS&amp;amp;RB_BELNR&amp;amp;RB_GJAHR as Key_RBKP,&lt;BR /&gt;UDATE&lt;BR /&gt;FROM&lt;BR /&gt;[xxxx\4567.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Now i need UDATE information from the above mapping table. From Tmp1 and Tmp2 Key_RBKP is my common key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;ApplyMap('Tmp2',Key_RBKP) as Final_UDATE&lt;BR /&gt;Resident Tmp1;&lt;BR /&gt;Drop Table Tmp1;&lt;/P&gt;&lt;P&gt;But i am getting Final_UDate column is getting the values as same as Key_RBKP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know where i have gone wrong.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549057#M744507</guid>
      <dc:creator>andrea0901</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in apply map - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549083#M744508</link>
      <description>&lt;P&gt;Could you share the sample data&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549083#M744508</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-02-26T09:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error in apply map - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549538#M744509</link>
      <description>&lt;P&gt;Do values from 12345 for&amp;nbsp;(REPLACE(LTRIM(REPLACE(BUKRS, '0', ' ')), ' ', '0')&amp;amp;BELNR&amp;amp;GJAHR) match with value from 4567.qvd for&amp;nbsp;RB_BUKRS&amp;amp;RB_BELNR&amp;amp;RB_GJAHR. Unless it is an exact match, the ApplyMap will give out the&amp;nbsp;&lt;SPAN&gt;Key_RBKP as output... to check this, you can try this&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Final:
Load ApplyMap('Tmp2',Key_RBKP&lt;FONT color="#FF0000"&gt;, 'No Match'&lt;/FONT&gt;) as Final_UDATE
Resident Tmp1;
Drop Table Tmp1;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Feb 2019 02:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549538#M744509</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-27T02:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in apply map - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549575#M744510</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes it is correct, it doesnt have exact match. It worked when i kept NA. Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 05:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-apply-map-Qlikview/m-p/1549575#M744510</guid>
      <dc:creator>andrea0901</dc:creator>
      <dc:date>2019-02-27T05:15:41Z</dc:date>
    </item>
  </channel>
</rss>

