<?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: Mapping Old Records to New Records - Part II in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172296#M629057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use in this case the incremental load,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this:&lt;A href="https://www.youtube.com/watch?v=BoEhqyy2xbM" title="https://www.youtube.com/watch?v=BoEhqyy2xbM"&gt;Incremental Load in Qlikview - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2016 14:10:07 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2016-08-25T14:10:07Z</dc:date>
    <item>
      <title>Mapping Old Records to New Records - Part II</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172293#M629054</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;I posted a question a few weeks ago in relation to mapping to sets of vendor transactions from two different ERP systems. I am attempting to link the old transactions to the new using mapping, which is linked to a spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached to this post you will find the script I am attempting to use, which doesn't fail to load all the data, but fails to link the data together. Is there something obvious I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous post was here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/226127"&gt;MAPPING old records to new records.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 11:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172293#M629054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-25T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Old Records to New Records - Part II</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172294#M629055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;In this part of your script shouldn't &lt;SPAN style="font-size: 13.3333px;"&gt;[Old_Vendor] read &lt;SPAN style="font-size: 13.3333px;"&gt;[Old Account Code]?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PurchaseData:&lt;/P&gt;&lt;P&gt;LOAD *,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('NavCodeMap',[Old Account Code]) AS [Account Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('NavNameMap',[Old_Vendor]) AS Vendor&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;\\FILE\Users2\Qlik\MyFile2.qvd (qvd);&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 13:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172294#M629055</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-25T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Old Records to New Records - Part II</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172295#M629056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;This suggestion has joined the data together, always good to get another set of eyes looking at the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can link the transactions, using the new account code, but i see two vendor names, old one and new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get the NameMap to overwrite the old name, with the new one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 14:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172295#M629056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-25T14:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Old Records to New Records - Part II</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172296#M629057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use in this case the incremental load,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this:&lt;A href="https://www.youtube.com/watch?v=BoEhqyy2xbM" title="https://www.youtube.com/watch?v=BoEhqyy2xbM"&gt;Incremental Load in Qlikview - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 14:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172296#M629057</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-08-25T14:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Old Records to New Records - Part II</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172297#M629058</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;Not sure that this is what I am after - I want the data to load, but, when the vendor is brought across from the old system, if there is a matching record in the new system, the new value of vendor name should overwrite the old value. If there is no new value, use the old vendor name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 14:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Old-Records-to-New-Records-Part-II/m-p/1172297#M629058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-25T14:24:33Z</dc:date>
    </item>
  </channel>
</rss>

