<?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 Not Like in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313551#M460508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to only count records where the email is NOT LIKE&amp;nbsp; @gmail.com, but I cannot figure out the set analysis ... This is what I have come up with so far. . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;WhoEmail NOT LIKE WildMatch(WhoEmail,'*gmail*')&amp;gt;}distinct(WhoId))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!!! Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 18:52:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-09T18:52:04Z</dc:date>
    <item>
      <title>Not Like in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313551#M460508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to only count records where the email is NOT LIKE&amp;nbsp; @gmail.com, but I cannot figure out the set analysis ... This is what I have come up with so far. . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;WhoEmail NOT LIKE WildMatch(WhoEmail,'*gmail*')&amp;gt;}distinct(WhoId))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!!! Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313551#M460508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T18:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not Like in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313552#M460509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Count({&amp;lt;WhoEmail -= {'*gmail*'}&amp;gt;} DISTINCT WhoId)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313552#M460509</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-09T18:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Not Like in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313553#M460510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about null() for WhoEMail?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you like to "include" it or not...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313553#M460510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T18:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not Like in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313554#M460511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try thi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Mail -={"*$(='*gmail*')*"}&amp;gt;}Mail)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WhoEmail&lt;/SPAN&gt; -={"*$(='*gmail*')*"}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WhoId&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Like-in-Set-Analysis/m-p/1313554#M460511</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-09T18:58:57Z</dc:date>
    </item>
  </channel>
</rss>

