<?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: Exclude data form the count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353375#M131100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;Product={'productA'} , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Category={'categoryB'}&amp;gt;}&lt;/SPAN&gt;Revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;A _jive_internal="true" href="https://community.qlik.com/message-abuse!input.jspa?objectID=426370&amp;amp;objectType=2"&gt;&lt;SPAN class="jive-icon-warn jive-icon-sml"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 16:34:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-22T16:34:35Z</dc:date>
    <item>
      <title>Exclude data form the count</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353371#M131096</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;I am new to QlikView, I am building one of my first tables and I am stuck&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;P&gt;I need to count total repairs and exclude "product A" total count from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can somebody point me to the right direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Evaldas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353371#M131096</guid>
      <dc:creator />
      <dc:date>2012-06-14T14:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data form the count</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353372#M131097</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; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Count({&amp;lt;Product -={'productA'}&amp;gt;}repairs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353372#M131097</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-06-14T14:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data form the count</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353373#M131098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks It done the job&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353373#M131098</guid>
      <dc:creator />
      <dc:date>2012-06-14T14:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data form the count</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353374#M131099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On a similar point, I need to include two different variables, so for example; total revenue only including Product A as well as Category B.Something like the below; but this doesn't work:&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({&amp;lt;Product={'productA'}&amp;gt;},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;Category={'categoryB'}&amp;gt;}&lt;/SPAN&gt;Revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353374#M131099</guid>
      <dc:creator />
      <dc:date>2013-11-22T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data form the count</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353375#M131100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;Product={'productA'} , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Category={'categoryB'}&amp;gt;}&lt;/SPAN&gt;Revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;A _jive_internal="true" href="https://community.qlik.com/message-abuse!input.jspa?objectID=426370&amp;amp;objectType=2"&gt;&lt;SPAN class="jive-icon-warn jive-icon-sml"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353375#M131100</guid>
      <dc:creator />
      <dc:date>2013-11-22T16:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data form the count</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353376#M131101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;Product={'productA'} , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Category={'categoryB'}&amp;gt;}&lt;/SPAN&gt;Revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353376#M131101</guid>
      <dc:creator />
      <dc:date>2013-11-22T16:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data form the count</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353377#M131102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beautiful, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-form-the-count/m-p/353377#M131102</guid>
      <dc:creator />
      <dc:date>2013-11-22T16:56:06Z</dc:date>
    </item>
  </channel>
</rss>

