<?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: Inner join not working in Incremental loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207633#M387895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was commented on Purpose, Yes there is a max value which is diff %CUSTPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue is if I un comment that inner join results are very higher num then expected &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2016 17:38:13 GMT</pubDate>
    <dc:creator>dseelam</dc:creator>
    <dc:date>2016-11-03T17:38:13Z</dc:date>
    <item>
      <title>Inner join not working in Incremental loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207631#M387893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys new to incremental&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all my code is in attachment below once I reload with inner join which should delete the records &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is duplicating the data (assuming ntg is deleted records should be 183,754)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142845_Capture.PNG" style="height: 313px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 15:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207631#M387893</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-03T15:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join not working in Incremental loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207632#M387894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh, in the code attached the inner join is commented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I supposse this is not the issue and you commented on purpose... have you checked that the last laoded values really have a different %CUST_PO? Some value loaded in incremental table wich doesn't exists in the inner join query results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 15:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207632#M387894</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-03T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join not working in Incremental loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207633#M387895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was commented on Purpose, Yes there is a max value which is diff %CUSTPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue is if I un comment that inner join results are very higher num then expected &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 17:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207633#M387895</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-03T17:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join not working in Incremental loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207634#M387896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh, you have to check the data to find any value wich doesn't have to be there, you can try adding a field in the inner join:&lt;/P&gt;&lt;P&gt;Inner join&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "CUST_PO_NUMBER" as %CUST_PO,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; '1' as Found;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM XXHHF."XXHSP_DB_CANCELLED_LINES_V";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new document with the data of the qvd generated in the next store to check if there is any value for %CUST_PO which doesn't have the field 'Found' with the value '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If every row has that value the inner join is working correctly and the issue is caused by other thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 11:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-join-not-working-in-Incremental-loading/m-p/1207634#M387896</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-04T11:37:59Z</dc:date>
    </item>
  </channel>
</rss>

