<?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: where clause in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523274#M195543</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;I think you need incremental load, based upon your date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/279669#279669"&gt;http://community.qlik.com/message/279669#279669&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ASINGH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Sep 2013 05:35:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-16T05:35:23Z</dc:date>
    <item>
      <title>where clause in the script</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523270#M195539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to user where clause in the edit script -(3 process)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.read from text file (date wise file 1/1/2010...10/1/2010- i want to laod only 5 to 10)&lt;/P&gt;&lt;P&gt;2.use date weteen clause(5-10)&lt;/P&gt;&lt;P&gt;3.use not exists clause to laod only (5-10)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 09:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523270#M195539</guid>
      <dc:creator />
      <dc:date>2013-09-15T09:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: where clause in the script</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523271#M195540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't quite understand if you want to do all three steps, or either of any three... You can load from a text file to get only some dates using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_13792412922027744 jive_text_macro jive_macro_code" jivemacro_uid="_13792412922027744" modifiedtitle="true"&gt;
&lt;P&gt;WHERE Date &amp;gt;= '05/01/2010' AND Date &amp;lt;= '10/01/2010'&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the Date field is a numeric field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 10:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523271#M195540</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-09-15T10:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: where clause in the script</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523272#M195541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am new in this qlik view so i want to know how to use where clause-&lt;/P&gt;&lt;P&gt;1.if i am loading data from text file(date wise file stored)&lt;/P&gt;&lt;P&gt;2.already you explained&lt;/P&gt;&lt;P&gt;3.use not exist cluse(suppose i have loaded upto 4th i want to laod 5 to 10) it could be similar like 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 11:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523272#M195541</guid>
      <dc:creator />
      <dc:date>2013-09-15T11:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: where clause in the script</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523273#M195542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 17:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523273#M195542</guid>
      <dc:creator />
      <dc:date>2013-09-15T17:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: where clause in the script</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523274#M195543</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;I think you need incremental load, based upon your date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/279669#279669"&gt;http://community.qlik.com/message/279669#279669&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ASINGH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 05:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523274#M195543</guid>
      <dc:creator />
      <dc:date>2013-09-16T05:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: where clause in the script</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523275#M195544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use where cluase as&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;Load * inline[&lt;/P&gt;&lt;P&gt;id,date&lt;/P&gt;&lt;P&gt;1,15/01/2010&lt;/P&gt;&lt;P&gt;2,16/01/2010&lt;/P&gt;&lt;P&gt;3,17/01/2010&lt;/P&gt;&lt;P&gt;4,18/01/2010&lt;/P&gt;&lt;P&gt;] where date &amp;gt;= '15/01/2010' and date &amp;lt;= '17/01/2010' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not Exist:&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, dk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,cck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,ab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,cd&lt;/P&gt;&lt;P&gt;]Where not Exists(id);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause-in-the-script/m-p/523275#M195544</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2013-09-16T06:40:49Z</dc:date>
    </item>
  </channel>
</rss>

