<?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: Set Analysis (Does Not Contain) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390865#M565687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/jonbroughavone" id="jive-8558210598449127706442" style="background-color: #ffffff; font-size: 11.818181991577148px; color: #007fc0; text-decoration: initial; font-weight: bold; font-family: Arial; text-align: center;"&gt;jonbroughavone&lt;/A&gt;, it shows zero even if i changed the &amp;lt;&amp;gt; operator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2013 13:11:08 GMT</pubDate>
    <dc:creator>Qvmaster2019</dc:creator>
    <dc:date>2013-01-03T13:11:08Z</dc:date>
    <item>
      <title>Set Analysis (Does Not Contain)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390862#M565684</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;Does anybody know how to do this using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to count records where a certain field does not start with 'Q:'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have something like this but seems not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;left(Name,2)-={'Q:'}&amp;gt;} Id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 12:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390862#M565684</guid>
      <dc:creator>Qvmaster2019</dc:creator>
      <dc:date>2013-01-03T12:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (Does Not Contain)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390863#M565685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can change the left hand side of a test like that. How about ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Name-={'Q:*'}&amp;gt;} Id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The wildcard * should act the same way as if you did a search from a list boxes caption.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390863#M565685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-03T13:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (Does Not Contain)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390864#M565686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;count&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;not&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Name&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;, 'Q:*' ), &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Id&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; background-color: #ffffff;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 9.0pt; font-family: 'Arial','sans-serif';"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;-= {&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;"Q:*"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;} &amp;gt;}Id) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #333333;"&gt;Amand Dupretz&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390864#M565686</guid>
      <dc:creator />
      <dc:date>2013-01-03T13:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (Does Not Contain)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390865#M565687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/jonbroughavone" id="jive-8558210598449127706442" style="background-color: #ffffff; font-size: 11.818181991577148px; color: #007fc0; text-decoration: initial; font-weight: bold; font-family: Arial; text-align: center;"&gt;jonbroughavone&lt;/A&gt;, it shows zero even if i changed the &amp;lt;&amp;gt; operator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390865#M565687</guid>
      <dc:creator>Qvmaster2019</dc:creator>
      <dc:date>2013-01-03T13:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (Does Not Contain)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390866#M565688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Amand Dupretz&lt;/SPAN&gt;, also shows me zero and shows no dimensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Does-Not-Contain/m-p/390866#M565688</guid>
      <dc:creator>Qvmaster2019</dc:creator>
      <dc:date>2013-01-03T13:13:37Z</dc:date>
    </item>
  </channel>
</rss>

