<?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: not in function.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602735#M681773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from&amp;nbsp; temp_Table &lt;/P&gt;&lt;P&gt;Where saleschannel='online' and Match(userid,'MobileWap','Mobile APP') &amp;lt;=0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2014 11:16:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-04T11:16:59Z</dc:date>
    <item>
      <title>not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602733#M681771</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;How to use Not in function in Qlik view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Query of Sql &lt;/P&gt;&lt;P&gt;select &lt;/P&gt;&lt;P&gt;Case when saleschannel='online' and userid not in ('MobileWap','Mobile APP')&amp;nbsp; then 'Online_Sales' &lt;/P&gt;&lt;P&gt;End Channel&lt;/P&gt;&lt;P&gt;from&amp;nbsp; temp_Table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above Query How Can use in Qlik View ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 11:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602733#M681771</guid>
      <dc:creator />
      <dc:date>2014-04-04T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602734#M681772</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;For NOT IN .. MATCH() is equivalent function in qlikview..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can use : Match(userid,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'MobileWap','Mobile APP'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;saleschannel='online'&lt;/SPAN&gt; and Match(userid,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'MobileWap','Mobile APP'&lt;/SPAN&gt;), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Online_Sales&lt;/SPAN&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 11:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602734#M681772</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-04-04T11:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602735#M681773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from&amp;nbsp; temp_Table &lt;/P&gt;&lt;P&gt;Where saleschannel='online' and Match(userid,'MobileWap','Mobile APP') &amp;lt;=0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 11:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602735#M681773</guid>
      <dc:creator />
      <dc:date>2014-04-04T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602736#M681774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can use for the below Query &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case when saleschannel='webdirect' and (userid null or userid not like '%MOBILE%')&amp;nbsp; then 'Online Channel'&lt;/P&gt;&lt;P&gt;end Channel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 11:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602736#M681774</guid>
      <dc:creator />
      <dc:date>2014-04-04T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602737#M681775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * From TempTable&lt;/P&gt;&lt;P&gt;Where saleschannel='webdirect' and (userid&amp;lt;&amp;gt;null() or Wildmatch(userid, '?MOBILE?') &amp;lt;=0);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 11:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602737#M681775</guid>
      <dc:creator />
      <dc:date>2014-04-04T11:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602738#M681776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Kalyan ,&lt;/P&gt;&lt;P&gt;I Hope You This Will Most Helpful For Ur Understanding Concept of NOT IN How Working With Wild Match Concept..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Normal Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Sno&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ] , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [product ] , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;sAD.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/56618_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wild Match(IN)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Table1_In_WildMatch:&lt;/P&gt;&lt;P&gt;LOAD [Sno&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ] as Num, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [product ] as Prod, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales as Sales1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;sAD.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$])&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; WildMatch([product ],'P','Q');&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/56619_pastedImage_5.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WildMatch(NOT IN)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Table1_Not_In_WildMatch:&lt;/P&gt;&lt;P&gt;LOAD [Sno&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ] as N_Sno, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [product ] as N_Prod, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales as N_Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;sAD.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$])&lt;/P&gt;&lt;P&gt;Where not WildMatch([product ],'P','Q');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/56620_pastedImage_7.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By&lt;/P&gt;&lt;P&gt;ArjunKrish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 12:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602738#M681776</guid>
      <dc:creator>arjunkrishnan</dc:creator>
      <dc:date>2014-04-04T12:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602739#M681777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri,verdana,arial,sans-serif;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 12pt;"&gt;If( saleschannel='online' and not match(userid,'MobileWap','Mobile APP')=-1,'Online_Sales') as Channel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 12pt;"&gt;from temp_Table&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 12:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602739#M681777</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2014-04-04T12:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602740#M681778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Online_Sales,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;saleschannel,userid&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from table where&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;saleschannel='online'&lt;/SPAN&gt; and not WildMatch(userid,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'MobileWap','Mobile APP'&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 12:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602740#M681778</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2014-04-04T12:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: not in function..</title>
      <link>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602741#M681779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It can be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD If(saleschannel='online' and Match(userid,'MobileWap','Mobile APP')=0,'Online_Sales') as Channel&lt;/P&gt;&lt;P&gt;From TempTable (or Resident TempTable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 12:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-in-function/m-p/602741#M681779</guid>
      <dc:creator />
      <dc:date>2014-04-04T12:30:02Z</dc:date>
    </item>
  </channel>
</rss>

