<?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 partial reload, QVD..problem with select statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157956#M33222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have got 'Employee' table in MS Access database. It does not have any last modification time column.&lt;BR /&gt;Now I need to upload and the refresh this table regularly in qlikview. There will be only inserts and updates on the table.&lt;/P&gt;&lt;P&gt;for partial upload this statement:&lt;/P&gt;&lt;P&gt;add only select [Employee ID]&lt;BR /&gt;FROM EMPLOYEES where not exists([Employee ID]);&lt;/P&gt;&lt;P&gt;is not working as it says it is a syntax error. In the userguide, 'add only' example is only for LOAD but not for SELECT statement.&lt;BR /&gt;So can someone give me working example of 'add only' for SELECT for partial reload.&lt;BR /&gt;Another question is, this will not work for updates. So I have two options:&lt;BR /&gt;1. Use qvd file. But there is no last update time column.&lt;BR /&gt;2. Do full reload each time.&lt;BR /&gt;Please guide on how to use partial reload. And issue with qvd file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2009 18:17:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-19T18:17:02Z</dc:date>
    <item>
      <title>partial reload, QVD..problem with select statement</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157956#M33222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have got 'Employee' table in MS Access database. It does not have any last modification time column.&lt;BR /&gt;Now I need to upload and the refresh this table regularly in qlikview. There will be only inserts and updates on the table.&lt;/P&gt;&lt;P&gt;for partial upload this statement:&lt;/P&gt;&lt;P&gt;add only select [Employee ID]&lt;BR /&gt;FROM EMPLOYEES where not exists([Employee ID]);&lt;/P&gt;&lt;P&gt;is not working as it says it is a syntax error. In the userguide, 'add only' example is only for LOAD but not for SELECT statement.&lt;BR /&gt;So can someone give me working example of 'add only' for SELECT for partial reload.&lt;BR /&gt;Another question is, this will not work for updates. So I have two options:&lt;BR /&gt;1. Use qvd file. But there is no last update time column.&lt;BR /&gt;2. Do full reload each time.&lt;BR /&gt;Please guide on how to use partial reload. And issue with qvd file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157956#M33222</guid>
      <dc:creator />
      <dc:date>2009-11-19T18:17:02Z</dc:date>
    </item>
    <item>
      <title>partial reload, QVD..problem with select statement</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157957#M33223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add only will not work you need to do an Add Load xxxx from xxxx.&lt;/P&gt;&lt;P&gt;Or a Replace Load xxx from xxx to make it work.&lt;/P&gt;&lt;P&gt;If you don't have a date field, it will be hard to take in consideration the updates.&lt;/P&gt;&lt;P&gt;Sometimes it takes more taime to handle when there is no modification date. I would advise you to test a partial reload by reloading everything just for this table by writing Replace lod * FROM Employee...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157957#M33223</guid>
      <dc:creator />
      <dc:date>2009-11-19T18:40:52Z</dc:date>
    </item>
    <item>
      <title>partial reload, QVD..problem with select statement</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157958#M33224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;It means that in this case partial upload is of no use as it will drop the table and redo again.&lt;/P&gt;&lt;P&gt;Is there anyway to use "add only" in select statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 19:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157958#M33224</guid>
      <dc:creator />
      <dc:date>2009-11-19T19:40:30Z</dc:date>
    </item>
    <item>
      <title>partial reload, QVD..problem with select statement</title>
      <link>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157959#M33225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep you use Add function instead of replace:&lt;/P&gt;&lt;P&gt;ADD LOAD xxxx FROM xxxxx;&lt;/P&gt;&lt;P&gt;This will add the records you take from a table into the existing one during partial reload.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 19:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-reload-QVD-problem-with-select-statement/m-p/157959#M33225</guid>
      <dc:creator />
      <dc:date>2009-11-19T19:52:17Z</dc:date>
    </item>
  </channel>
</rss>

