<?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 Which operators are allowed for the 'where' clause when doing LOAD from residents? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204062#M1209241</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 do the following:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;ID&lt;BR /&gt;RESIDENT A where MATCH(CODE,"A1","A7","B1","B3","B7","L1","M1","N1","C1","D1","E1","F1","G1");&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 18:04:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-10T18:04:55Z</dc:date>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204061#M1209240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I want to load the ID field from a resident if another field named CODE in the example below has certain values.&lt;/P&gt;&lt;P&gt;It seems that the in-operator isn't allowed&lt;/P&gt;&lt;P&gt;(I cannot find which operators that are allowed for the LOAD statement only for the SQL SELECT statement)&lt;/P&gt;&lt;P&gt;Do I have to add 13 WHERE CODE='A1 AND CODE='A7' .....and so on ?&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;ID&lt;BR /&gt;RESIDENT A where CODE in ("A1","A7","B1","B3","B7","L1","M1","N1","C1","D1","E1","F1","G1");&lt;/P&gt;&lt;P&gt;/Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 18:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204061#M1209240</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2009-11-10T18:02:39Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204062#M1209241</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 do the following:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;ID&lt;BR /&gt;RESIDENT A where MATCH(CODE,"A1","A7","B1","B3","B7","L1","M1","N1","C1","D1","E1","F1","G1");&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 18:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204062#M1209241</guid>
      <dc:creator />
      <dc:date>2009-11-10T18:04:55Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204063#M1209242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;Take into account that WHERE following LOAD in QlikView script is not SQL, although some like EXISTS or LIKE work fine. So the limits are any of the functions and expressions you can use with the script. For your specific purpose, the previous example is right.&lt;/P&gt;&lt;P&gt;Answering your question, use any of the functions you have available for chars, strings, math and so.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 18:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204063#M1209242</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-11-10T18:25:57Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204064#M1209243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys!&lt;/P&gt;&lt;P&gt;I appreciate that little explanation that I can use any Qlikview function.&lt;/P&gt;&lt;P&gt;The given solution works after I replace " with ' .&lt;/P&gt;&lt;P&gt;Brgds&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 18:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204064#M1209243</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2009-11-10T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204065#M1209244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Andy my mistakes, you're right, strings are in simple quotes (') and not " !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 18:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204065#M1209244</guid>
      <dc:creator />
      <dc:date>2009-11-10T18:34:20Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204066#M1209245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this post, it put me on the righ track&lt;/P&gt;&lt;P&gt;But how do I match two different fields?&lt;/P&gt;&lt;P&gt;I need to match a transaction type, and a category grouping from a sales table in one load. So I want to see "Sales" only as transaction type, and "Shoes" as category type in my data:&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;Load&lt;BR /&gt;TT_ID,&lt;BR /&gt;Category,&lt;BR /&gt;....&lt;BR /&gt;From &amp;lt;csv file&amp;gt; where&lt;BR /&gt;MATCH(TT_ID, 'Sales') AND MATCH(Category, 'Shoes')&lt;BR /&gt;;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 23:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204066#M1209245</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-26T23:47:40Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204067#M1209246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My eyesight must be failing me. Looks good to me, though when there's only one value, I just use the equals sign.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;LOAD ...&lt;BR /&gt;FROM ...&lt;BR /&gt;WHERE TT_ID = 'Sales'&lt;BR /&gt; AND Category = 'Shoes'&lt;BR /&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 00:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204067#M1209246</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-01-27T00:00:50Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204068#M1209247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mmm,&lt;/P&gt;&lt;P&gt;thanks John&lt;/P&gt;&lt;P&gt;I was using the renamed field in the second match, not the original. So using CatCode instead of the Category I renamed it to, works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 00:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204068#M1209247</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-27T00:14:09Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204069#M1209248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I am trying to exclude values. When I used the qvd "NOT IN" Doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where "PROD_SR_SN_HIERARCHY_PRODUCT_GTS" NOT IN ('Cancelled Call','GTS Testing','ProActive_Support')&lt;/P&gt;&lt;P&gt;What can I used in a Where clause to exclude records.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Cassadi&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2011 00:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204069#M1209248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-15T00:12:10Z</dc:date>
    </item>
    <item>
      <title>Which operators are allowed for the 'where' clause when doing LOAD from residents?</title>
      <link>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204070#M1209249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHERE NOT MATCH("PROD_SR_SN_HIERARCHY_PRODUCT_GTS",'Cancelled Call','GTS Testing','ProActive_Support')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2011 00:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-operators-are-allowed-for-the-where-clause-when-doing-LOAD/m-p/204070#M1209249</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-01-15T00:44:22Z</dc:date>
    </item>
  </channel>
</rss>

