<?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 Set analisis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335789#M1172111</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;u can also try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Colors=Colors-{'Blue'}&amp;gt;}Colors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2012 13:24:01 GMT</pubDate>
    <dc:creator>spsrk_84</dc:creator>
    <dc:date>2012-06-04T13:24:01Z</dc:date>
    <item>
      <title>Set analisis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335786#M1172108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikcommunity. I need exclude a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying set analisis.&lt;/P&gt;&lt;P&gt;EJ. &lt;BR /&gt;I have:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 60pt; border-collapse: collapse;" width="80"&gt;&lt;TBODY&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="width: 60pt; height: 15pt;" width="80"&gt;Colors&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Blue&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Blue&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Blue&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Black&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;Black&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 80px; border-collapse: collapse;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="width: 60pt; height: 15pt;" width="80"&gt;Colors&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="height: 15pt; border-top: medium none;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="height: 15pt; border-top: medium none;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="height: 15pt; border-top: medium none;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="height: 15pt; border-top: medium none;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="height: 15pt; border-top: medium none;"&gt;Black&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="height: 15pt; border-top: medium none;"&gt;Black&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;COUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(~Colors = {'Blue'} &amp;gt;}Cant) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But this does not work &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can they help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank!!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335786#M1172108</guid>
      <dc:creator />
      <dc:date>2012-06-04T13:03:59Z</dc:date>
    </item>
    <item>
      <title>Set analisis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335787#M1172109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check with -= Which is used for excluding the give values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count({&amp;lt;Colors-={'Blue'}&amp;gt;} Colors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335787#M1172109</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-06-04T13:08:14Z</dc:date>
    </item>
    <item>
      <title>Set analisis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335788#M1172110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335788#M1172110</guid>
      <dc:creator />
      <dc:date>2012-06-04T13:21:59Z</dc:date>
    </item>
    <item>
      <title>Set analisis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335789#M1172111</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;u can also try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Colors=Colors-{'Blue'}&amp;gt;}Colors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analisis/m-p/335789#M1172111</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2012-06-04T13:24:01Z</dc:date>
    </item>
  </channel>
</rss>

