<?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 Import only data match condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326985#M1186850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think in the Modified field you have only date but by using now() function you get the date + time .&lt;/P&gt;&lt;P&gt;so you have to apply :&lt;/P&gt;&lt;P&gt;date(Createtime_QVD)&lt;/P&gt;&lt;P&gt;so that you can use this in comparison with Modified field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2011 11:26:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-11T11:26:05Z</dc:date>
    <item>
      <title>Import only data match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326984#M1186848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table Sales with fields: Code, Customername, Modified (date &amp;amp; time), Status_code, etc.&lt;/P&gt;&lt;P&gt;It is a big database and I would like to make it as quickly as possible.&lt;/P&gt;&lt;P&gt;1) FIRST DOC -&amp;gt; Create QVD&lt;/P&gt;&lt;P&gt;First I have made a QVD with all info where Status_code &amp;gt;= 810 (so no orders with Work In Process)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Code, Customername, Modified, Status_Code&lt;/P&gt;&lt;P&gt;now() AS Createtime_QVD;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //So I have a creatingdate of the QVD-doc&lt;/P&gt;&lt;P&gt;SELECT * FROM SALES;&lt;/P&gt;&lt;P&gt;WHERE Status_code &amp;gt;= 810&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) SECOND DOC -&amp;gt; QVW with new orders&lt;/P&gt;&lt;P&gt;Now I want to load all orders &amp;lt; 810, So I do the same but now &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Code, Customername, Modified, Status_Code;&lt;/P&gt;&lt;P&gt;SELECT * FROM SALES;&lt;/P&gt;&lt;P&gt;WHERE Status_code &amp;lt; 810&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) THIRD DOC -&amp;gt; QVW with orders which had status &amp;gt;=810 AND.....&lt;/P&gt;&lt;P&gt;Now I would like to have the orders that have become a Status_Code &amp;gt;=810 between the time I had run the QVD en the time I load the second doc.&lt;/P&gt;&lt;P&gt;But I do not now how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that I could do &lt;/P&gt;&lt;P&gt;WHERE Status_code &amp;gt;=810 AND Modified &amp;gt; Createtime_QVD &lt;/P&gt;&lt;P&gt;but I cannot link the QVD with my new QVW because I only need the Createtime_QVD and there is no link between Createtime_QVD and the data from the second doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At last I CONCATENATE the data to one QVW, and make my reports.&lt;/P&gt;&lt;P&gt;Who can help my with the third doc???&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326984#M1186848</guid>
      <dc:creator />
      <dc:date>2011-10-11T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Import only data match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326985#M1186850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think in the Modified field you have only date but by using now() function you get the date + time .&lt;/P&gt;&lt;P&gt;so you have to apply :&lt;/P&gt;&lt;P&gt;date(Createtime_QVD)&lt;/P&gt;&lt;P&gt;so that you can use this in comparison with Modified field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326985#M1186850</guid>
      <dc:creator />
      <dc:date>2011-10-11T11:26:05Z</dc:date>
    </item>
    <item>
      <title>Import only data match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326986#M1186852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Vijit1810 but both have date+time. &lt;/P&gt;&lt;P&gt;Problem is that I would like to make a QVW-doc with only the fields where Modified &amp;gt; Createtime_QVD. &lt;/P&gt;&lt;P&gt;But I can not get the field Createtime_QVD in the table Sales, because there is no link. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326986#M1186852</guid>
      <dc:creator />
      <dc:date>2011-10-11T11:55:44Z</dc:date>
    </item>
    <item>
      <title>Import only data match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326987#M1186854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can apply Incremental load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326987#M1186854</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2011-10-11T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Import only data match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326988#M1186856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can resident the table in which you created Createtime_QVD in sales table then you get the link.&lt;/P&gt;&lt;P&gt;hope this will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 04:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-only-data-match-condition/m-p/326988#M1186856</guid>
      <dc:creator />
      <dc:date>2011-10-12T04:35:39Z</dc:date>
    </item>
  </channel>
</rss>

