<?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: Use Autohashnumber to load differential data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300751#M834884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also make sure that the first parameter in your Exists() call has the correct spelling. Exists() will &lt;EM&gt;not&lt;/EM&gt; complain about a non-existent field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dropped my first posted because I made the error myself (and as a result my test script didn't work either). The code in your OP looks ok, but your actual script may require a quick check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2017 10:23:46 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-06-02T10:23:46Z</dc:date>
    <item>
      <title>Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300743#M834876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to load distinct values from two qvds. Both the qvds have the same data structure. I am doing the following but not achieving the exact result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;EM&gt;SET PKCargoKey=autonumberhash128(bookingId,Year,Month,WeekNo,CargoType);&lt;/EM&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;Cargo:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *,$(PKCargoKey) as Pk from Cargo.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *,$(PKCargoKey) as Pk from Cargo_New.qvd (qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where not exists(Pk, $(PKCargoKey));&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone pls tell me what am i doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cargo.qvd is the main qvd to which i would like to merge distinct records from Cargo_New.qvd not existing in &lt;SPAN style="font-size: 13.3333px;"&gt;Cargo.qvd &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300743#M834876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300744#M834877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Ashmita!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is exact result?&lt;/P&gt;&lt;P&gt;And maybe for achieving distinct values you'll have to try Load Distinct without a "*"? Just one table for a key Pk and&amp;nbsp; one with facts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Your avatar looks familiar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 06:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300744#M834877</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-06-02T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300745#M834878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;not achieving the exact result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;That's a little vague, so I am not sure what problem we are solving for. If you were expecting duplicate new Pk values from Cargo_New.qvd, then drop the load of the value Pk in the second load statement:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;EM&gt;SET PKCargoKey=autonumberhash128(bookingId,Year,Month,WeekNo,CargoType);&lt;/EM&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cargo:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *, $(PKCargoKey) as Pk from Cargo.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate(Cargo)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load * from Cargo_New.qvd (qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where not exists(Pk, $(PKCargoKey));&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Drop Field Pk;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 06:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300745#M834878</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-06-02T06:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300746#M834879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time. Here is what is expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cargo.Qvd has&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 287px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="69"&gt;bookingId&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="35"&gt;Year&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="49"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="62"&gt;WeekNo&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="72"&gt;CargoType&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;1001&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;1002&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;1003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;1004&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cargo_New.qvd has a &lt;SPAN style="color: #99cc00;"&gt;new entry&lt;/SPAN&gt;. Which needs to be Concatenated with Cargo.qvd. This is what i mean by distinct when we compare the two QVDs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 287px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="69"&gt;bookingId&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="35"&gt;Year&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="49"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="62"&gt;WeekNo&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="72"&gt;CargoType&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;1001&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;1002&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;1003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;1004&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20" style="border-top: none;"&gt;&lt;SPAN style="color: #99cc00;"&gt;&lt;STRONG&gt;1005&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;&lt;STRONG style="color: #99cc00;"&gt;2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;&lt;STRONG style="color: #99cc00;"&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;&lt;STRONG style="color: #99cc00;"&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;&lt;P&gt;&lt;SPAN style="color: #99cc00;"&gt;&lt;STRONG&gt;E&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The output Should be the following:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 287px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="69"&gt;bookingId&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="35"&gt;Year&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="49"&gt;Month&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="62"&gt;WeekNo&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="72"&gt;CargoType&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1001&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1002&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1003&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1004&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1005&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff6600;"&gt;But The concatenation isn't working properly using Hash number... The last record is not getting fetched in the final output. &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 06:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300746#M834879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-02T06:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300747#M834880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please find the scenario explained above to give you more clarity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 07:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300747#M834880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-02T07:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300748#M834881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to make it this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;Load bookingId,Year,Month,WeekNo,CargoType from qvd1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load bookingId,Year,Month,WeekNo,CargoType from qvd2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where not (Exists(&lt;SPAN style="font-size: 13.3333px;"&gt;bookingId&lt;/SPAN&gt;) and &lt;SPAN style="font-size: 13.3333px;"&gt;Exists(&lt;SPAN style="font-size: 13.3333px;"&gt;Year&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt; and &lt;SPAN style="font-size: 13.3333px;"&gt;Exists(&lt;SPAN style="font-size: 13.3333px;"&gt;Month&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt; and &lt;SPAN style="font-size: 13.3333px;"&gt;Exists(&lt;SPAN style="font-size: 13.3333px;"&gt;WeekNo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt; and &lt;SPAN style="font-size: 13.3333px;"&gt;Exists(&lt;SPAN style="font-size: 13.3333px;"&gt;CargoType&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;After that you can create a hash key using resident or to continue transforming data.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 07:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300748#M834881</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-06-02T07:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300749#M834882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is still not working. I still have the new records from &lt;STRONG&gt;Cargo_New.qvd&lt;/STRONG&gt; into &lt;STRONG&gt;Cargo.qvd.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300749#M834882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-02T09:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300750#M834883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Funny, your code &amp;amp; data posted in this thread works for me. Are you sure that E record isn't already present in your base QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 10:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300750#M834883</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-02T10:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use Autohashnumber to load differential data</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300751#M834884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also make sure that the first parameter in your Exists() call has the correct spelling. Exists() will &lt;EM&gt;not&lt;/EM&gt; complain about a non-existent field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dropped my first posted because I made the error myself (and as a result my test script didn't work either). The code in your OP looks ok, but your actual script may require a quick check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 10:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Autohashnumber-to-load-differential-data/m-p/1300751#M834884</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-02T10:23:46Z</dc:date>
    </item>
  </channel>
</rss>

