<?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: Files QVD in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1971406#M11265</link>
    <description>&lt;P&gt;there should be some&amp;nbsp; lastmodified or updateddate&lt;/P&gt;
&lt;P&gt;you can find Max modfield date and&amp;nbsp; add below to qvd&amp;nbsp; as we do in incremental load&lt;/P&gt;
&lt;P&gt;set it into a Variable ;&amp;nbsp;vMaxModified&lt;/P&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;P&gt;Load * from qvd;&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;table:&lt;/P&gt;
&lt;P&gt;Load * from&amp;nbsp; table.QVD;&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;Select * from DbTable where Lastmodifiedfield&amp;gt; $(vMaxModified);&lt;/P&gt;
&lt;P&gt;Store table into table.qvd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 15:29:05 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2022-08-22T15:29:05Z</dc:date>
    <item>
      <title>Files QVD</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1969527#M11239</link>
      <description>&lt;P&gt;Hello to All.&lt;/P&gt;
&lt;P&gt;I have connect to my DB, but these table without index(id).&lt;/P&gt;
&lt;P&gt;How I can add only new rows in created qvd file?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 07:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1969527#M11239</guid>
      <dc:creator>Timario</dc:creator>
      <dc:date>2022-08-17T07:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Files QVD</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1969576#M11240</link>
      <description>&lt;P&gt;How do you know a row is new? if it's because it doesn't match any rows in the file, you could just combine the existing qvd with the full db query and load only distinct values. Otherwise, you need something which tells you the row is new... &lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 09:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1969576#M11240</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-17T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Files QVD</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1970015#M11242</link>
      <description>&lt;P&gt;If I doesn't have any signal about new rows, I should load whole file?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 04:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1970015#M11242</guid>
      <dc:creator>Timario</dc:creator>
      <dc:date>2022-08-18T04:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Files QVD</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1970136#M11244</link>
      <description>&lt;P&gt;If there's no way to tell whether a row is new, then there's no way to do what you want. You need some sort of indicator.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 08:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1970136#M11244</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-18T08:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Files QVD</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1971406#M11265</link>
      <description>&lt;P&gt;there should be some&amp;nbsp; lastmodified or updateddate&lt;/P&gt;
&lt;P&gt;you can find Max modfield date and&amp;nbsp; add below to qvd&amp;nbsp; as we do in incremental load&lt;/P&gt;
&lt;P&gt;set it into a Variable ;&amp;nbsp;vMaxModified&lt;/P&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;P&gt;Load * from qvd;&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;table:&lt;/P&gt;
&lt;P&gt;Load * from&amp;nbsp; table.QVD;&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;Select * from DbTable where Lastmodifiedfield&amp;gt; $(vMaxModified);&lt;/P&gt;
&lt;P&gt;Store table into table.qvd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 15:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Files-QVD/m-p/1971406#M11265</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-08-22T15:29:05Z</dc:date>
    </item>
  </channel>
</rss>

