<?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: &amp;lt;&amp;gt; not working for the SQL statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768855#M718424</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131659"&gt;@NikhilSandavekarCP&lt;/a&gt;&amp;nbsp; and ?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[/BIC/ACS_NA_C2_1]:
LOAD
[SALESORG] as [Sales Org],
[/BIC/ORD_IT_QT] as [Order-Item Qty],
[DLV_QTY] as [Delivery Qty],
[/BIC/ZCALMNTHG] as [Calendar Month],
[/BIC/ZCALYEARG] as [Calendar Year],
[/BIC/ABGRU]

where Match([/BIC/ABGRU],'CC','62')=0;

SQL Select SALESORG,/BIC/ABGRU,/BIC/ORD_IT_QT, DLV_QTY, /BIC/ZCALMNTHG, /BIC/ZCALYEARG from /BIC/ACS_NA_C2 WHERE SALESORG = 'US01' and /BIC/ZCALMNTHG = '$(CurrMonth)' and /BIC/ZCALYEARG = '$(CurrYear)';&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 16 Dec 2020 08:42:36 GMT</pubDate>
    <dc:creator>Taoufiq_Zarra</dc:creator>
    <dc:date>2020-12-16T08:42:36Z</dc:date>
    <item>
      <title>&lt;&gt; not working for the SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768831#M718421</link>
      <description>&lt;P&gt;i am trying to extract order which doesnt have rejection code which are '62' and 'CC'&lt;/P&gt;&lt;P&gt;i tried using the same in SQL statement but not able to get the filtered data&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my code :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[/BIC/ACS_NA_C2_1]:&lt;BR /&gt;LOAD&lt;BR /&gt;[SALESORG] as [Sales Org],&lt;BR /&gt;[/BIC/ORD_IT_QT] as [Order-Item Qty],&lt;BR /&gt;[DLV_QTY] as [Delivery Qty],&lt;BR /&gt;[/BIC/ZCALMNTHG] as [Calendar Month],&lt;BR /&gt;[/BIC/ZCALYEARG] as [Calendar Year];&lt;BR /&gt;&lt;BR /&gt;SQL Select SALESORG,/BIC/ORD_IT_QT, DLV_QTY, /BIC/ZCALMNTHG, /BIC/ZCALYEARG from /BIC/ACS_NA_C2 WHERE SALESORG = 'US01' and /BIC/ZCALMNTHG = '$(CurrMonth)' and /BIC/ZCALYEARG = '$(CurrYear)' and /BIC/ABGRU &amp;lt;&amp;gt; 'CC' or /BIC/ABGRU &amp;lt;&amp;gt; '62';&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768831#M718421</guid>
      <dc:creator>NikhilSandavekarCP</dc:creator>
      <dc:date>2024-11-16T17:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;&gt; not working for the SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768848#M718422</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131659"&gt;@NikhilSandavekarCP&lt;/a&gt;&amp;nbsp; have you tested ?&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;(&lt;/STRONG&gt; /BIC/ABGRU &amp;lt;&amp;gt; 'CC' or /BIC/ABGRU &amp;lt;&amp;gt; '62'&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 08:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768848#M718422</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-12-16T08:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;&gt; not working for the SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768852#M718423</link>
      <description>&lt;P&gt;Hello Taoufiq,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the same before but didnt work for me&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 08:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768852#M718423</guid>
      <dc:creator>NikhilSandavekarCP</dc:creator>
      <dc:date>2020-12-16T08:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;&gt; not working for the SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768855#M718424</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131659"&gt;@NikhilSandavekarCP&lt;/a&gt;&amp;nbsp; and ?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[/BIC/ACS_NA_C2_1]:
LOAD
[SALESORG] as [Sales Org],
[/BIC/ORD_IT_QT] as [Order-Item Qty],
[DLV_QTY] as [Delivery Qty],
[/BIC/ZCALMNTHG] as [Calendar Month],
[/BIC/ZCALYEARG] as [Calendar Year],
[/BIC/ABGRU]

where Match([/BIC/ABGRU],'CC','62')=0;

SQL Select SALESORG,/BIC/ABGRU,/BIC/ORD_IT_QT, DLV_QTY, /BIC/ZCALMNTHG, /BIC/ZCALYEARG from /BIC/ACS_NA_C2 WHERE SALESORG = 'US01' and /BIC/ZCALMNTHG = '$(CurrMonth)' and /BIC/ZCALYEARG = '$(CurrYear)';&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Dec 2020 08:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768855#M718424</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-12-16T08:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;&gt; not working for the SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768868#M718425</link>
      <description>&lt;P&gt;Thanks a lot that worked like a Charm!!!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 08:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768868#M718425</guid>
      <dc:creator>NikhilSandavekarCP</dc:creator>
      <dc:date>2020-12-16T08:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;&gt; not working for the SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768875#M718426</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131659"&gt;@NikhilSandavekarCP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try with not in&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;/BIC/ABGRU not in ('CC','62');&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 09:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-gt-not-working-for-the-SQL-statement/m-p/1768875#M718426</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-12-16T09:13:35Z</dc:date>
    </item>
  </channel>
</rss>

