<?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: what is wrong with where condition of a simple code ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110328#M759335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you only want to load that rows that confirms that A1 is not 'Unkown' and &lt;SPAN style="font-size: 13.3333px;"&gt;B1 is not 'QX'. Remember that you are using the logic in a Negative way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Imagine that we have the following line:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&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: #3d3d3d;"&gt;A1, B1, C1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Unkown, 1A, 5001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR Logic&lt;/STRONG&gt; (&lt;SPAN style="font-size: 13.3333px;"&gt;A1 is not 'Unkown' or &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;B1 is not 'QX'&lt;/SPAN&gt;)&amp;nbsp; : A1 is 0 (&lt;SPAN style="font-size: 13.3333px;"&gt;denied&lt;/SPAN&gt;), B1 is 1 (&lt;SPAN style="font-size: 13.3333px;"&gt;accepted&lt;/SPAN&gt;). 0 or 1 is 1 (line accepted)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;AND Logic&lt;/STRONG&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A1 is not 'Unkown' and &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;B1 is not 'QX'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&amp;nbsp; : A1 is 0 &lt;SPAN style="font-size: 13.3333px;"&gt;(&lt;SPAN style="font-size: 13.3333px;"&gt;denied&lt;/SPAN&gt;)&lt;/SPAN&gt;, B1 is 1 &lt;SPAN style="font-size: 13.3333px;"&gt;(&lt;SPAN style="font-size: 13.3333px;"&gt;accepted&lt;/SPAN&gt;).&lt;/SPAN&gt; 0 and 1 is 0 (line denied)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I expect that this helps to understand the logic.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2018 12:53:43 GMT</pubDate>
    <dc:creator>jaumecf23</dc:creator>
    <dc:date>2018-08-22T12:53:43Z</dc:date>
    <item>
      <title>what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110321#M759328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sirs , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not understand the wrong with below code . All i want to remove certain rows while loading fro qvd . But where conition not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1, B1, C1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unkown, QX, 5001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unkown, 1A, 5001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unkown, 2A, 5001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB1, 3A, 5001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB2, 4A, 5001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB3, 5A, 5001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB4, 1A, 5001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB5, QX, 5001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB6, QX, 5002&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB7, 1A, 5003&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB8, 2A, 5004&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB9, 3A, 5005&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unkown, 4A, 5006&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unkown, 5A, 5007&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB12, 1A, 5008&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB13, QX, 5009&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB14, QX, 5010&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB15, 1A, 5011&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB16, 2A, 5012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB17, 3A, 5013&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB18, 4A, 5014&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB19, 5A, 5015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB20, 1A, 5016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB21, QX, 5017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unkown, QX, 5018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unkown, 1A, 5019&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB24, 2A, 5020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB25, 3A, 5021&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table1 into C:\Users\xxxxxxx\Desktop\xxxxxxx\xxxxxxxxxx\Table1.qvd ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Table1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD A1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd) Where not WildMatch(A1,'Unkown') or not WildMatch(B1,'QX') ;&lt;/STRONG&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;Please help sir . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110321#M759328</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110322#M759329</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;/P&gt;&lt;P&gt;The last where has an error. Try this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD A1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Table1.qvd]&lt;/P&gt;&lt;P&gt;(qvd) Where not(WildMatch(A1,'Unkown')) and not(WildMatch(B1,'QX')) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110322#M759329</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-08-22T11:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110323#M759330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more way you can do this is as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A1&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;B1&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;C1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&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;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Unkown' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'QX') ; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110323#M759330</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-08-22T11:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110324#M759331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls use this and let me know your requirement meeting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Where not WildMatch(A1,'Unkown') and not WildMatch(B1,'QX') ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110324#M759331</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2018-08-22T11:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110325#M759332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;and&lt;/STRONG&gt; not(WildMatch(B1,'QX')) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Why &lt;STRONG&gt;and&lt;/STRONG&gt; , i want to remove only those rows which have either Unknown is field A1 or QX in Field B1 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;(qvd) Where not(WildMatch(A1,'Unkown')) or not(WildMatch(B1,'QX')) ; --- &amp;gt; This did not work &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 12:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110325#M759332</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-08-22T12:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110326#M759333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In A1 field we can have Values like UnkownPerson,UnknownID etc , so i needed wildmatch &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 12:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110326#M759333</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-08-22T12:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110327#M759334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am really confussed .. can please someone explain ? I know , if might be missing something very silly &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 12:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110327#M759334</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-08-22T12:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110328#M759335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you only want to load that rows that confirms that A1 is not 'Unkown' and &lt;SPAN style="font-size: 13.3333px;"&gt;B1 is not 'QX'. Remember that you are using the logic in a Negative way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Imagine that we have the following line:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&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: #3d3d3d;"&gt;A1, B1, C1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Unkown, 1A, 5001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR Logic&lt;/STRONG&gt; (&lt;SPAN style="font-size: 13.3333px;"&gt;A1 is not 'Unkown' or &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;B1 is not 'QX'&lt;/SPAN&gt;)&amp;nbsp; : A1 is 0 (&lt;SPAN style="font-size: 13.3333px;"&gt;denied&lt;/SPAN&gt;), B1 is 1 (&lt;SPAN style="font-size: 13.3333px;"&gt;accepted&lt;/SPAN&gt;). 0 or 1 is 1 (line accepted)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;AND Logic&lt;/STRONG&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A1 is not 'Unkown' and &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;B1 is not 'QX'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&amp;nbsp; : A1 is 0 &lt;SPAN style="font-size: 13.3333px;"&gt;(&lt;SPAN style="font-size: 13.3333px;"&gt;denied&lt;/SPAN&gt;)&lt;/SPAN&gt;, B1 is 1 &lt;SPAN style="font-size: 13.3333px;"&gt;(&lt;SPAN style="font-size: 13.3333px;"&gt;accepted&lt;/SPAN&gt;).&lt;/SPAN&gt; 0 and 1 is 0 (line denied)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I expect that this helps to understand the logic.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 12:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110328#M759335</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-08-22T12:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110329#M759336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much , This helps . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if i had to delete only those records whose A1=Unknown and B1=QX ? What had been logic ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 12:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110329#M759336</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-08-22T12:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110330#M759337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once you used filter in the where condition its&amp;nbsp; "omitted&amp;nbsp; or deleted" and only retrieve the specific record required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110330#M759337</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2018-08-22T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: what is wrong with where condition of a simple code ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110331#M759338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that is the case, you can still use the below code without wildmatch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A1&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;B1&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;C1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&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;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*Unkown*' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'QX') ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-wrong-with-where-condition-of-a-simple-code/m-p/110331#M759338</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-08-22T13:47:02Z</dc:date>
    </item>
  </channel>
</rss>

