<?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: How to exclude a record in the script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322759#M409618</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;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;where&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;( OrderNum&amp;nbsp; &amp;lt;&amp;gt; 1234567);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 19:48:14 GMT</pubDate>
    <dc:creator>el_aprendiz111</dc:creator>
    <dc:date>2017-05-10T19:48:14Z</dc:date>
    <item>
      <title>How to exclude a record in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322756#M409615</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;&lt;/P&gt;&lt;P&gt;We are experiencing some problem in the database which stopped QV from reloading. We've pick a few records and we'd like to exclude them from the script to try to catch the problem but I keep getting syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script. I am trying to exclude OrderNum = 1234567 but it stopped right at SQL select *. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CustNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OrderNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SalesRepList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CheckBox06&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RepRate1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; SQL Select * &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; PUB.OrderHed&lt;BR /&gt; &lt;BR /&gt; where&lt;BR /&gt; &lt;BR /&gt; not&lt;BR /&gt; &lt;BR /&gt; ( OrderNum = 1234567); &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 10 May 2017 19:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322756#M409615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T19:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a record in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322757#M409616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried running this outside of QlikView, in Toad?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM PUB.OrderHed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Where not (OrderNum = 1234567);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 19:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322757#M409616</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T19:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a record in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322758#M409617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering. We don't have Toad. I can only test it in QV...:(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 19:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322758#M409617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T19:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a record in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322759#M409618</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;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;where&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;( OrderNum&amp;nbsp; &amp;lt;&amp;gt; 1234567);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 19:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322759#M409618</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-05-10T19:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a record in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322760#M409619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you need to figure out if the SQL syntax is right or not.... try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CustNum, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;OrderNum,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SalesRepList, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CheckBox06,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Company,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;RepRate1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM PUB.OrderHed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Where OrderNum NOT IN (1234567)&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 19:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322760#M409619</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T19:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a record in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322761#M409620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did yo find an answer?&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px;"&gt;I think the correct code is&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px;"&gt;where&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px;"&gt;( OrderNum&amp;nbsp; &amp;lt;&amp;gt; '1234567');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 20:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322761#M409620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T20:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a record in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322762#M409621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which kind of database do you use: Oracle, MS SQL, MySQL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 20:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322762#M409621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T20:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a record in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322763#M409622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Use the below one..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;CustNum, &lt;/P&gt;&lt;P&gt;OrderNum,&lt;/P&gt;&lt;P&gt;SalesRepList, &lt;/P&gt;&lt;P&gt;CheckBox06,&lt;/P&gt;&lt;P&gt;Company,&lt;/P&gt;&lt;P&gt;RepRate1;&lt;/P&gt;&lt;P&gt;SQL Select&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM PUB.OrderHed&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt; OrderNum &amp;lt;&amp;gt; '1234567';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 01:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-record-in-the-script/m-p/1322763#M409622</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-05-11T01:40:02Z</dc:date>
    </item>
  </channel>
</rss>

