<?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 Syntax for Multiple Where Clauses in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756626#M1049302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use two where clauses for the same table:&lt;/P&gt;&lt;P&gt;from...&lt;/P&gt;&lt;P&gt;Where Year("Oppo_Opened")&amp;gt;=2010&lt;/P&gt;&lt;P&gt;Where Field("Oppo_Type") = Record(Sales);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the correct syntax for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 17:21:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-03T17:21:22Z</dc:date>
    <item>
      <title>Syntax for Multiple Where Clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756626#M1049302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use two where clauses for the same table:&lt;/P&gt;&lt;P&gt;from...&lt;/P&gt;&lt;P&gt;Where Year("Oppo_Opened")&amp;gt;=2010&lt;/P&gt;&lt;P&gt;Where Field("Oppo_Type") = Record(Sales);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the correct syntax for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756626#M1049302</guid>
      <dc:creator />
      <dc:date>2014-11-03T17:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Where Clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756627#M1049303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Year("Oppo_Opened")&amp;gt;=2010 &lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;AND&lt;/STRONG&gt; Field("Oppo_Type") = Record(Sales);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756627#M1049303</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-03T17:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Where Clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756628#M1049304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use only one Where and And between two conditions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;Where Customer = 'A' And Country = 'B'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756628#M1049304</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-03T17:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Where Clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756629#M1049305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about SQL selects, because your where clause does not seem to be QV script load syntax?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756629#M1049305</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-03T17:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Where Clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756630#M1049306</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;&lt;/P&gt;&lt;P&gt;Definitely on the right track, but my syntax is still off.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second one -- how do i do&amp;nbsp; -- WHERE (Fieldname) contains RecordName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several opportunity types, but I only want to load those that have 'Sales' in Oppo_Type field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756630#M1049306</guid>
      <dc:creator />
      <dc:date>2014-11-03T17:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Where Clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756631#M1049307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where Oppo_Type = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Sales'&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Where-Clauses/m-p/756631#M1049307</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-03T17:43:02Z</dc:date>
    </item>
  </channel>
</rss>

