<?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: total count based on field value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578994#M544382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM of Value means SUM(SalesPrice) or SUM(CostPrice) etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 07:10:22 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-30T07:10:22Z</dc:date>
    <item>
      <title>total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578988#M544376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table with which have a date. &lt;/P&gt;&lt;P&gt;I want to get the total from this table where the date belong to some year. &lt;/P&gt;&lt;P&gt;example get total for year 2014, &lt;/P&gt;&lt;P&gt;I want to use this expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 06:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578988#M544376</guid>
      <dc:creator />
      <dc:date>2014-04-30T06:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578989#M544377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; Year ={'2014'} &amp;gt;} TOTAL value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 06:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578989#M544377</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-30T06:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578990#M544378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not clear,&lt;/P&gt;&lt;P&gt;can you give an example like&lt;/P&gt;&lt;P&gt;Table A has field YEAR,&amp;nbsp; &lt;/P&gt;&lt;P&gt;the expression should return count of values where year = 2014&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578990#M544378</guid>
      <dc:creator />
      <dc:date>2014-04-30T07:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578991#M544379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Below Three... Any one should work;&lt;/P&gt;&lt;P&gt;SUM(Value)&lt;/P&gt;&lt;P&gt;SUM(Total Value)&lt;/P&gt;&lt;P&gt;SUM(Total &amp;lt;Year&amp;gt;Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take Year and Dimension in Straight Table&lt;/P&gt;&lt;P&gt;And expression 1 or 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578991#M544379</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-30T07:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578992#M544380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; * inline[&lt;/P&gt;&lt;P&gt;Year,Sales&lt;/P&gt;&lt;P&gt;2011,100&lt;/P&gt;&lt;P&gt;2012,150&lt;/P&gt;&lt;P&gt;2012,200&lt;/P&gt;&lt;P&gt;2014,400&lt;/P&gt;&lt;P&gt;2014,500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you write expression :- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({&amp;lt; Year ={'2014'} &amp;gt;} TOTAL Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you get line items of 2014 that is 900&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578992#M544380</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-30T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578993#M544381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(Value), what value means&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;should I write SUM(2014)? if so it gives 2014&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;Can you give me a real example with Table A has field YEAR to get total count where YEAR = 2014&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578993#M544381</guid>
      <dc:creator />
      <dc:date>2014-04-30T07:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578994#M544382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM of Value means SUM(SalesPrice) or SUM(CostPrice) etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578994#M544382</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-30T07:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578995#M544383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this will give sum of values for field Sales Price, &lt;/P&gt;&lt;P&gt;What I want is to the total records in table A where Sales Price = 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578995#M544383</guid>
      <dc:creator />
      <dc:date>2014-04-30T07:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: total count based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578996#M544384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt; Year ={'2014'},Sales_Price={'1'}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales_Price&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-count-based-on-field-value/m-p/578996#M544384</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-04-30T07:17:38Z</dc:date>
    </item>
  </channel>
</rss>

