<?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: Aggregation functions for Count and Sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-functions-for-Count-and-Sum/m-p/266330#M100117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What sort of details?&amp;nbsp; Here's the help text if you haven't read it.&amp;nbsp; I'm not sure what else I can provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;sum&lt;SPAN&gt;&lt;A name="sum"&gt;&lt;/A&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[{set_expression}]&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[&lt;/SPAN&gt;&lt;SPAN&gt; distinct &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;] [&lt;/SPAN&gt;&lt;SPAN&gt; total &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[&amp;lt;fld {, fld}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;]&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;] expression&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;Returns the aggregated sum of &lt;SPAN style="font-style: italic;"&gt;expression&lt;/SPAN&gt; or &lt;SPAN style="font-style: italic;"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s). &lt;/P&gt;&lt;H2&gt;Examples:&lt;/H2&gt;&lt;TABLE cellspacing="0" style="margin-top: 14pt; width: 500px; margin-left: 40px;" width="500"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( Price*Quantity )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( distinct Price )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( Sales ) / sum( total Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the selection.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( Sales ) / sum( total &amp;lt;Month&amp;gt; Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the selection for each Month&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( Sales ) / sum( total &amp;lt;Month,Grp&amp;gt; Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the selection for each Month and Grp&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P style="font-weight: bold;"&gt;sum( Sales ) / sum( {1} totalSales&amp;nbsp; )&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the entire document.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P style="font-weight: bold;"&gt;sum( {BM01} Sales ) &lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the selection defined by bookmark BM01.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P style="font-weight: bold;"&gt;sum({$&amp;lt;Year={2007,2008}&amp;gt;}Sales)&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns the sales for the current selection but just for year 2007 and 2008, i.e. the same as &lt;SPAN style="font-weight: bold;"&gt;Sum(&lt;/SPAN&gt;if(Year=2007 or Year=2008,Sales)&lt;SPAN style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;coun&lt;SPAN&gt;t&lt;A name="count"&gt;&lt;/A&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[{set_expression}]&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[&lt;/SPAN&gt;&lt;SPAN&gt; distinct &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;] [&lt;/SPAN&gt;&lt;SPAN&gt; total &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[&amp;lt;fld {, fld}&amp;gt;]&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;]expression&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;Returns the aggregated total count of values from &lt;SPAN style="font-style: italic;"&gt;expression&lt;/SPAN&gt; or &lt;SPAN style="font-style: italic;"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s). &lt;/P&gt;&lt;P&gt;For this function it is allowed to use the &lt;SPAN style="font-weight: bold;"&gt;distinct&lt;/SPAN&gt; qualifier in combination with the &lt;SPAN style="font-weight: bold;"&gt;total &lt;/SPAN&gt;qualifier This combination is not valid for any other aggregation functions.&lt;/P&gt;&lt;H2&gt;Examples:&lt;/H2&gt;&lt;TABLE cellspacing="0" style="margin-top: 14pt; width: 500px; margin-left: 40px;" width="500"&gt;&lt;TBODY&gt;&lt;TR style="height: 32px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN style="font-weight: bold;"&gt;count( Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 32px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN style="font-weight: bold;"&gt;count( Price*Quantity )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN style="font-weight: bold;"&gt;count( distinct Price )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 32px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;Count( Alpha ) / Count ( Distinct Total Alpha)&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 32px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN style="font-weight: bold;"&gt;count( Sales ) / count( total Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;P style="font-weight: normal;"&gt;returns sales within selection.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 00:12:26 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-08-12T00:12:26Z</dc:date>
    <item>
      <title>Aggregation functions for Count and Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-functions-for-Count-and-Sum/m-p/266329#M100116</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;Any one provide details about the Aggr function for count and sum and more with details. Help will be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 13:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-functions-for-Count-and-Sum/m-p/266329#M100116</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-08-11T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation functions for Count and Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-functions-for-Count-and-Sum/m-p/266330#M100117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What sort of details?&amp;nbsp; Here's the help text if you haven't read it.&amp;nbsp; I'm not sure what else I can provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;sum&lt;SPAN&gt;&lt;A name="sum"&gt;&lt;/A&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[{set_expression}]&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[&lt;/SPAN&gt;&lt;SPAN&gt; distinct &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;] [&lt;/SPAN&gt;&lt;SPAN&gt; total &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[&amp;lt;fld {, fld}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;]&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;] expression&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;Returns the aggregated sum of &lt;SPAN style="font-style: italic;"&gt;expression&lt;/SPAN&gt; or &lt;SPAN style="font-style: italic;"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s). &lt;/P&gt;&lt;H2&gt;Examples:&lt;/H2&gt;&lt;TABLE cellspacing="0" style="margin-top: 14pt; width: 500px; margin-left: 40px;" width="500"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( Price*Quantity )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( distinct Price )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( Sales ) / sum( total Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the selection.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( Sales ) / sum( total &amp;lt;Month&amp;gt; Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the selection for each Month&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;sum( Sales ) / sum( total &amp;lt;Month,Grp&amp;gt; Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the selection for each Month and Grp&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P style="font-weight: bold;"&gt;sum( Sales ) / sum( {1} totalSales&amp;nbsp; )&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the entire document.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P style="font-weight: bold;"&gt;sum( {BM01} Sales ) &lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns sales within the selection defined by bookmark BM01.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 60%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="60%"&gt;&lt;P style="font-weight: bold;"&gt;sum({$&amp;lt;Year={2007,2008}&amp;gt;}Sales)&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 40%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="40%"&gt;&lt;P&gt;returns the sales for the current selection but just for year 2007 and 2008, i.e. the same as &lt;SPAN style="font-weight: bold;"&gt;Sum(&lt;/SPAN&gt;if(Year=2007 or Year=2008,Sales)&lt;SPAN style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;coun&lt;SPAN&gt;t&lt;A name="count"&gt;&lt;/A&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[{set_expression}]&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[&lt;/SPAN&gt;&lt;SPAN&gt; distinct &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;] [&lt;/SPAN&gt;&lt;SPAN&gt; total &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;[&amp;lt;fld {, fld}&amp;gt;]&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;]expression&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;Returns the aggregated total count of values from &lt;SPAN style="font-style: italic;"&gt;expression&lt;/SPAN&gt; or &lt;SPAN style="font-style: italic;"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s). &lt;/P&gt;&lt;P&gt;For this function it is allowed to use the &lt;SPAN style="font-weight: bold;"&gt;distinct&lt;/SPAN&gt; qualifier in combination with the &lt;SPAN style="font-weight: bold;"&gt;total &lt;/SPAN&gt;qualifier This combination is not valid for any other aggregation functions.&lt;/P&gt;&lt;H2&gt;Examples:&lt;/H2&gt;&lt;TABLE cellspacing="0" style="margin-top: 14pt; width: 500px; margin-left: 40px;" width="500"&gt;&lt;TBODY&gt;&lt;TR style="height: 32px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN style="font-weight: bold;"&gt;count( Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 32px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN style="font-weight: bold;"&gt;count( Price*Quantity )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN style="font-weight: bold;"&gt;count( distinct Price )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 32px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;Count( Alpha ) / Count ( Distinct Total Alpha)&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 32px;"&gt;&lt;TD style="width: 57.2%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="57.2%"&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN style="font-weight: bold;"&gt;count( Sales ) / count( total Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width: 42.8%; x-cell-content-align: TOP; padding: 7px;" valign="top" width="42.8%"&gt;&lt;P style="font-weight: normal;"&gt;returns sales within selection.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 00:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-functions-for-Count-and-Sum/m-p/266330#M100117</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-08-12T00:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation functions for Count and Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-functions-for-Count-and-Sum/m-p/266331#M100118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John, This is really Helpful&lt;/P&gt;&lt;P&gt;This solved my issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 11:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-functions-for-Count-and-Sum/m-p/266331#M100118</guid>
      <dc:creator />
      <dc:date>2015-10-30T11:59:59Z</dc:date>
    </item>
  </channel>
</rss>

