<?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 Not value or previous values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-value-or-previous-values/m-p/161478#M35346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am working on appending my qvds.&lt;BR /&gt;&lt;BR /&gt;I created a variable to select the latest ID in the qvd.&lt;BR /&gt;&lt;BR /&gt;I want to use that ID in the where clause of my database load script to not select that ID or the ID's before it. Just the ones afterwards.&lt;BR /&gt;&lt;BR /&gt;So like this:&lt;BR /&gt;&lt;BR /&gt;Load&lt;BR /&gt;*&lt;BR /&gt;from database&lt;BR /&gt;where id is not equal to variable or before this variable.&lt;BR /&gt;&lt;BR /&gt;Is this possible?&lt;BR /&gt;&lt;BR /&gt;any help is much appreciated,&lt;BR /&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 12:57:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-15T12:57:46Z</dc:date>
    <item>
      <title>Not value or previous values</title>
      <link>https://community.qlik.com/t5/QlikView/Not-value-or-previous-values/m-p/161478#M35346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am working on appending my qvds.&lt;BR /&gt;&lt;BR /&gt;I created a variable to select the latest ID in the qvd.&lt;BR /&gt;&lt;BR /&gt;I want to use that ID in the where clause of my database load script to not select that ID or the ID's before it. Just the ones afterwards.&lt;BR /&gt;&lt;BR /&gt;So like this:&lt;BR /&gt;&lt;BR /&gt;Load&lt;BR /&gt;*&lt;BR /&gt;from database&lt;BR /&gt;where id is not equal to variable or before this variable.&lt;BR /&gt;&lt;BR /&gt;Is this possible?&lt;BR /&gt;&lt;BR /&gt;any help is much appreciated,&lt;BR /&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 12:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-value-or-previous-values/m-p/161478#M35346</guid>
      <dc:creator />
      <dc:date>2011-03-15T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Not value or previous values</title>
      <link>https://community.qlik.com/t5/QlikView/Not-value-or-previous-values/m-p/161479#M35347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;That should work with a piece of script similar to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SET vLoadFrom = 2000; Table:LOAD *;SQL SELECT *FROM TableWHERE id &amp;lt;= $(vLoadFrom);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Should the driver doesn't pass the value of the variable, you can always do that in the LOAD part of the script.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 13:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-value-or-previous-values/m-p/161479#M35347</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-15T13:16:52Z</dc:date>
    </item>
  </channel>
</rss>

