<?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 Issue while using the WHERE clause in LOAD Statement! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209005#M64153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;rickl wrote:&lt;BR /&gt;Do the same, but with an "OR" statement:&lt;BR /&gt;&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;BR /&gt;where userid in "a" or userid in "b"&lt;BR /&gt;[CODE\]&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It has accepted &amp;lt;&amp;gt; instead of not in. But it is not accepting in(or). Throwing the below error. Let me know what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;Garbage after statement&lt;BR /&gt;CONCATENATE (SecurityTable)&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityAccount,&lt;BR /&gt; '*' as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab where userid in ('001001admin') or userid in ('001001vadmin')&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Script that has been used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;SecurityTable:&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab where userid &amp;lt;&amp;gt; ('001001admin') and userid &amp;lt;&amp;gt; ('001001vadmin');&lt;BR /&gt;&lt;BR /&gt;CONCATENATE (SecurityTable)&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityAccount,&lt;BR /&gt; '*' as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab where userid in ('001001admin') or userid in ('001001vadmin');&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 13:14:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-09T13:14:19Z</dc:date>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209000#M64148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am facing problem in using WHERE clause in a LOAD statement. I am getting the below error while using this LOAD statement. Hope some one can help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;SecurityTable:&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab &lt;B&gt;where userid not in('001001admin','001001vadmin');&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;CONCATENATE (SecurityTable)&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityAccount,&lt;BR /&gt; '*' as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab &lt;B&gt;where userid in('001001admin','001001vadmin');&lt;/B&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Garbage after statement&lt;BR /&gt;SecurityTable:&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab where userid not in('001001admin','001001vadmin')&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 12:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209000#M64148</guid>
      <dc:creator />
      <dc:date>2010-04-09T12:33:57Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209001#M64149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had problems with &lt;EM&gt;in&lt;/EM&gt; before. Multiple values do not seem to be allowed.&lt;/P&gt;&lt;P&gt;A quick workaround is&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where userid not ('001001admin') and userid not ('001001vadmin')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;or where userid &amp;lt;&amp;gt;('001001admin') and userid &amp;lt;&amp;gt; ('001001vadmin')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I am sure there is a smarter solution though!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 12:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209001#M64149</guid>
      <dc:creator />
      <dc:date>2010-04-09T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209002#M64150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for very quick reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;rickl wrote:&lt;BR /&gt;I have had problems with &lt;I&gt;in&lt;/I&gt; before. Multiple values do not seem to be allowed.&lt;BR /&gt;A quick workaround is&lt;BR /&gt;&lt;I&gt;where userid not ('001001admin') and userid not ('001001vadmin')&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;or where userid &amp;lt;&amp;gt;('001001admin') and userid &amp;lt;&amp;gt; ('001001vadmin')&lt;/I&gt;&lt;BR /&gt;I am sure there is a smarter solution though!&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;PRE style="margin:0px;"&gt;For this&lt;BR /&gt;&lt;BR /&gt;[code[where userid not in('001001admin','001001vadmin')&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;This I will put like this&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P style="font-style: italic"&gt;where userid not ('001001admin') and userid not ('001001vadmin')&lt;/P&gt;&lt;P style="font-style: italic"&gt;or where userid &amp;lt;&amp;gt;('001001admin') and userid &amp;lt;&amp;gt; ('001001vadmin')&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-style: italic"&gt;How about for below one:&lt;BR /&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;I&gt;&lt;/I&gt;&lt;PRE style="font-style: italic; margin: 0px"&gt;where userid in('001001admin','001001vadmin')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-style: italic"&gt;Thanks and Regards,&lt;/P&gt;&lt;P style="font-style: italic"&gt;Rikab&lt;BR /&gt;&lt;/P&gt;&lt;PRE style="margin:0px;"&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209002#M64150</guid>
      <dc:creator />
      <dc:date>2010-04-09T13:03:01Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209003#M64151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the same, but with an "OR" statement:&lt;/P&gt;&lt;P&gt;[CODE]&lt;/P&gt;&lt;P&gt;where userid in "a" or userid in "b"&lt;/P&gt;&lt;P&gt;[CODE\]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209003#M64151</guid>
      <dc:creator />
      <dc:date>2010-04-09T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209004#M64152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I suggest to use function MATCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;where match(userid,'001001admin','001001vadmin')=0&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209004#M64152</guid>
      <dc:creator>skaredovs</dc:creator>
      <dc:date>2010-04-09T13:13:30Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209005#M64153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;rickl wrote:&lt;BR /&gt;Do the same, but with an "OR" statement:&lt;BR /&gt;&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;BR /&gt;where userid in "a" or userid in "b"&lt;BR /&gt;[CODE\]&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It has accepted &amp;lt;&amp;gt; instead of not in. But it is not accepting in(or). Throwing the below error. Let me know what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;Garbage after statement&lt;BR /&gt;CONCATENATE (SecurityTable)&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityAccount,&lt;BR /&gt; '*' as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab where userid in ('001001admin') or userid in ('001001vadmin')&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Script that has been used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;SecurityTable:&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab where userid &amp;lt;&amp;gt; ('001001admin') and userid &amp;lt;&amp;gt; ('001001vadmin');&lt;BR /&gt;&lt;BR /&gt;CONCATENATE (SecurityTable)&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityAccount,&lt;BR /&gt; '*' as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab where userid in ('001001admin') or userid in ('001001vadmin');&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209005#M64153</guid>
      <dc:creator />
      <dc:date>2010-04-09T13:14:19Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209006#M64154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has accepted LIKE instead of IN. But this login script is not working you have any idea why? By the way thanks a lot for your effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD DISTINCT&lt;BR /&gt; 'USER' as [ACCESS],&lt;BR /&gt; upper([userid]) as [USERID],&lt;BR /&gt; upper([password]) as [PASSWORD],&lt;BR /&gt; upper(mfaccode) as SecurityAccount,&lt;BR /&gt; '*' as SecurityMfa,&lt;BR /&gt; 'Some' as SecurityPage&lt;BR /&gt;resident TempTab where [userid] like ('001001admin') or userid like ('001001vadmin');&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209006#M64154</guid>
      <dc:creator />
      <dc:date>2010-04-09T13:28:24Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209007#M64155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try "=" instead of "in"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209007#M64155</guid>
      <dc:creator />
      <dc:date>2010-04-09T13:38:15Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209008#M64156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;rickl wrote:&lt;BR /&gt;Try "=" instead of "in"&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Yes, both "=" and LIKE works. Data has been loaded now. But I think there is some thing wrong with the section access script.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209008#M64156</guid>
      <dc:creator />
      <dc:date>2010-04-09T13:51:02Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209009#M64157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might be wrong, but just noticed that in the initial code, there in no space after IN.&lt;/P&gt;&lt;P&gt;Please check if that is carusing the error.&lt;/P&gt;&lt;P&gt;Would be great if you let me know, whether that was the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 15:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209009#M64157</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-04-09T15:49:27Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209010#M64158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rocky!&lt;/P&gt;&lt;P&gt;Thanks for your reply. Let me know which one you are talking about. There are many codes above.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 05:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209010#M64158</guid>
      <dc:creator />
      <dc:date>2010-04-12T05:13:31Z</dc:date>
    </item>
    <item>
      <title>Issue while using the WHERE clause in LOAD Statement!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209011#M64159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had the same problem using WHERE &lt;EM&gt;field&lt;/EM&gt; IN (&lt;EM&gt;x,y,z)&lt;/EM&gt; and have used the above MATCH solution which seems to work well.&lt;/P&gt;&lt;P&gt;However, it's very frustrating because WHERE &lt;EM&gt;field&lt;/EM&gt; IN (&lt;EM&gt;x,y,z)&lt;/EM&gt; seems to work when connecting to source data via ODBC but doesn't work when pointing to a .qvd file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 13:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-using-the-WHERE-clause-in-LOAD-Statement/m-p/209011#M64159</guid>
      <dc:creator />
      <dc:date>2010-04-26T13:51:08Z</dc:date>
    </item>
  </channel>
</rss>

