<?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 incremental reload with unique key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176910#M1329139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried also with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM TABLE where (field7= 'X' or field7= 'Y') and not exists(field1&amp;amp;field2&amp;amp;field3&amp;amp;field4&amp;amp;field5&amp;amp;field6) ;&lt;/P&gt;&lt;P&gt;and also&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM TABLE where not exists(field1&amp;amp;field2&amp;amp;field3&amp;amp;field4&amp;amp;field5&amp;amp;field6) ;&lt;/P&gt;&lt;P&gt;but don't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2011 17:15:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-16T17:15:03Z</dc:date>
    <item>
      <title>incremental reload with unique key</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176909#M1329135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;I've a problem with incremental reload for a big table with a complicate KEY from SAP&lt;/P&gt;&lt;P&gt;this is my script (I use the SapConnector) :&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;field1, field2, field3, field4, field5, field6,&lt;/P&gt;&lt;P&gt;field7,&lt;/P&gt;&lt;P&gt;field8 as date,&lt;/P&gt;&lt;P&gt;field1&amp;amp;field2&amp;amp;field3&amp;amp;field4&amp;amp;field5&amp;amp;field6 as UNIQUEKEY;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM TABLE where field7= 'X' or field7= 'Y', not exists(KeyCopa) ; // &amp;lt;---THIS IS THE PROBLEM&lt;/P&gt;&lt;P&gt;STORE * FROM TABLE INTO TABLE.QVD;ù&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help me??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176909#M1329135</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>incremental reload with unique key</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176910#M1329139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried also with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM TABLE where (field7= 'X' or field7= 'Y') and not exists(field1&amp;amp;field2&amp;amp;field3&amp;amp;field4&amp;amp;field5&amp;amp;field6) ;&lt;/P&gt;&lt;P&gt;and also&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM TABLE where not exists(field1&amp;amp;field2&amp;amp;field3&amp;amp;field4&amp;amp;field5&amp;amp;field6) ;&lt;/P&gt;&lt;P&gt;but don't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 17:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176910#M1329139</guid>
      <dc:creator />
      <dc:date>2011-02-16T17:15:03Z</dc:date>
    </item>
    <item>
      <title>incremental reload with unique key</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176911#M1329143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I think you are dealing with a big table in SAP which has Millions of Records and since you are not using the Key fields for reduction, it does not Work.&lt;/P&gt;&lt;P&gt;If you are trying try this way as in the link.. this must be helpful&lt;/P&gt;&lt;P&gt;http://community.qlik.com/forums/t/37787.aspx&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 17:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176911#M1329143</guid>
      <dc:creator />
      <dc:date>2011-02-16T17:30:04Z</dc:date>
    </item>
    <item>
      <title>incremental reload with unique key</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176912#M1329147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your message&lt;/P&gt;&lt;P&gt;but it's impossible to have a complex syntax to where?&lt;/P&gt;&lt;P&gt;as this:&lt;/P&gt;&lt;P&gt;where field1 CA 'XY' and field2 &amp;gt; 1000&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;where (field1 = 'X' or field1 = 'Y') and field2 &amp;gt; 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 18:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176912#M1329147</guid>
      <dc:creator />
      <dc:date>2011-02-16T18:39:22Z</dc:date>
    </item>
    <item>
      <title>incremental reload with unique key</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176913#M1329149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes You can put copmlex sysntax to where but it affect extraction speed of connector.&lt;/P&gt;&lt;P&gt;I will suggest you to avoid complex expression during expression. And Implement copmlex expression dyring extraction From QVD it will work fast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 08:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-reload-with-unique-key/m-p/176913#M1329149</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-02-18T08:11:55Z</dc:date>
    </item>
  </channel>
</rss>

