<?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 Analysis Difference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674908#M474033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please shed a bit of light on this dillema, when no selections have been made, why would the following expressions give different results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Count({$&amp;lt;[Float beds] = {'Good'}&amp;gt;} NTIMB) and&lt;/P&gt;&lt;P&gt;2) Count(If([Float beds] = 'Good',NTIMB,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one gives me the correct results, but objects won't change when I make selections from list boxes, which I need it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2014 13:42:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-07T13:42:37Z</dc:date>
    <item>
      <title>Set Analysis Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674908#M474033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please shed a bit of light on this dillema, when no selections have been made, why would the following expressions give different results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Count({$&amp;lt;[Float beds] = {'Good'}&amp;gt;} NTIMB) and&lt;/P&gt;&lt;P&gt;2) Count(If([Float beds] = 'Good',NTIMB,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one gives me the correct results, but objects won't change when I make selections from list boxes, which I need it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 13:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674908#M474033</guid>
      <dc:creator />
      <dc:date>2014-10-07T13:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674909#M474034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pay attention, the secount expression counts even zero values ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;transform in&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;"&gt;Sum(If([Float beds] = 'Good',1,0))&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;&lt;BR /&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;Let me know&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 13:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674909#M474034</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-07T13:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674910#M474035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should SUM, instead of count, because counting 0´s returns them too&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1) Count({$&amp;lt;[Float beds] = {'Good'}&amp;gt;} NTIMB) and&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2) SUM(If([Float beds] = 'Good',NTIMB,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 13:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674910#M474035</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-10-07T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674911#M474036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I was half asleep....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 13:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Difference/m-p/674911#M474036</guid>
      <dc:creator />
      <dc:date>2014-10-07T13:47:15Z</dc:date>
    </item>
  </channel>
</rss>

