<?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: No Modified Time on DB Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864977#M1013560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this worked perfectly! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 09:10:02 GMT</pubDate>
    <dc:creator>william_denholm</dc:creator>
    <dc:date>2015-04-20T09:10:02Z</dc:date>
    <item>
      <title>No Modified Time on DB Table</title>
      <link>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864974#M1013557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a table where we are looking to implement an incremental load in to QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem I have is that the table does not contain any modified time etc. However, there is a table with some of the same data that does have a modified time. When this table is updated, the other table is also updated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 - Order&lt;/P&gt;&lt;P&gt;Order Number, modified time, destination, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2 - Order Details&lt;/P&gt;&lt;P&gt;Order Number, Line no, Part No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order Number is the same on both but there are multiple entries for each order (as each order has more than one line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I query Table 2 to perform an incremental load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 08:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864974#M1013557</guid>
      <dc:creator>william_denholm</dc:creator>
      <dc:date>2015-04-20T08:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Modified Time on DB Table</title>
      <link>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864975#M1013558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Instead of looking for Modified Date Time field, go with Primary Key in both tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:Get the PK&amp;nbsp; at WHERE and use the exists function to match your record's availability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 08:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864975#M1013558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-20T08:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: No Modified Time on DB Table</title>
      <link>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864976#M1013559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way would be to join Table 1 and Table 2 in your initial SQL query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table 1.Order Number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table 1.modified time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table 2.Line no,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table 2.Part No&lt;/P&gt;&lt;P&gt;FROM Table 1&lt;/P&gt;&lt;P&gt;INNER JOIN Table 2 on Table 2.Order Number = Table 1.Order Number&lt;/P&gt;&lt;P&gt;WHERE Table 1.modified time &amp;gt; '[Modified Time Variable]'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 08:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864976#M1013559</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2015-04-20T08:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: No Modified Time on DB Table</title>
      <link>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864977#M1013560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this worked perfectly! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 09:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-Modified-Time-on-DB-Table/m-p/864977#M1013560</guid>
      <dc:creator>william_denholm</dc:creator>
      <dc:date>2015-04-20T09:10:02Z</dc:date>
    </item>
  </channel>
</rss>

