<?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: QlikView Multiple Where Clause In Load Script in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/790999#M2272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where clause doesn't work with QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load all the records and put your where in a preceding load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;where ................;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from Your.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 21:05:18 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2015-02-25T21:05:18Z</dc:date>
    <item>
      <title>QlikView Multiple Where Clause In Load Script</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/790998#M2271</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 am having a difficult time getting this syntax to run correctly in my qlikview load script:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SKM_DISCONTINUED&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;, 'Y') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SKM_FAMILY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #000000;"&gt; != 'No'; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;what am I doing wrong? It appears that the last statement is not working.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 16:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/790998#M2271</guid>
      <dc:creator />
      <dc:date>2015-02-25T16:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Multiple Where Clause In Load Script</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/790999#M2272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where clause doesn't work with QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load all the records and put your where in a preceding load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;where ................;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from Your.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 21:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/790999#M2272</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-02-25T21:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Multiple Where Clause In Load Script</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/791000#M2273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where clause works with qvd&lt;/P&gt;&lt;P&gt;but it should be changed (bold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;test:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&amp;nbsp; * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SKM_DISCONTINUED, SKM_FAMILY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Y,Yes&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Y,No&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;N,Yes&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;N,No&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;store test into test.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table&amp;nbsp; test;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * from test.qvd (qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where not match (SKM_DISCONTINUED, 'Y') and &lt;STRONG&gt;SKM_FAMILY &amp;lt;&amp;gt; 'No';&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 21:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/791000#M2273</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-25T21:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Multiple Where Clause In Load Script</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/791001#M2274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just curious, why not to be consistent and use either this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where not match (SKM_DISCONTINUED, 'Y') and not match(&lt;/EM&gt;&lt;EM&gt;SKM_FAMILY, 'No'&lt;/EM&gt;&lt;EM&gt;);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or that:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where SKM_DISCONTINUED &amp;lt;&amp;gt; 'Y'&amp;nbsp; and SKM_FAMILY &amp;lt;&amp;gt; 'No';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;I know it doesn't add any value, but at least looks a bit more organized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 21:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/QlikView-Multiple-Where-Clause-In-Load-Script/m-p/791001#M2274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T21:53:11Z</dc:date>
    </item>
  </channel>
</rss>

