<?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: Incremental Reload - without using where condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613351#M1097131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Store your &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;update date&lt;/STRONG&gt;&lt;/SPAN&gt; in the variable like&lt;/P&gt;&lt;P&gt;&amp;nbsp; Let vUpdateDate = Updatedfieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Then check this updated date in table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from Location &lt;STRONG&gt;Where Updatedfieldname &amp;gt; $(vUpdateDate);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 05:26:43 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-24T05:26:43Z</dc:date>
    <item>
      <title>Incremental Reload - without using where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613350#M1097130</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 need to extract massive volume of data from an database using an incremental reload. This table is not indexed and daily i need to load last two day's data checking the &lt;STRONG&gt;update date&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i apply &lt;STRONG&gt;where&lt;/STRONG&gt; condition to check the &lt;STRONG&gt;update date&lt;/STRONG&gt; field, its checking the entire database and giving me the last two day's data. Is there a way to extract only last two day's of data without checking the entire database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 05:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613350#M1097130</guid>
      <dc:creator />
      <dc:date>2014-04-24T05:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Reload - without using where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613351#M1097131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Store your &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;update date&lt;/STRONG&gt;&lt;/SPAN&gt; in the variable like&lt;/P&gt;&lt;P&gt;&amp;nbsp; Let vUpdateDate = Updatedfieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Then check this updated date in table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from Location &lt;STRONG&gt;Where Updatedfieldname &amp;gt; $(vUpdateDate);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 05:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613351#M1097131</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-24T05:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Reload - without using where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613352#M1097132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I am doing the same way (Using where condition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, if i apply where condition it will search the entire database and check whether the condition is satisfied or not and then will extract the latest data. This process will take considerable time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do the incremental reload without checking the entire database ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 06:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613352#M1097132</guid>
      <dc:creator />
      <dc:date>2014-04-24T06:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Reload - without using where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613353#M1097133</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;Incremental reload is Performed based on Date field and a primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you can perform incremental reload without where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 06:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613353#M1097133</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-04-24T06:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Reload - without using where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613354#M1097134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In place or the date use primary keys and based on primary keys load the latest data. If primary key is not available then use composite keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 06:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Reload-without-using-where-condition/m-p/613354#M1097134</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-24T06:21:24Z</dc:date>
    </item>
  </channel>
</rss>

