<?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 Sum(Count) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182719#M884160</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 have a document that has two dimensions in the following order&lt;/P&gt;&lt;P&gt;Owner&lt;/P&gt;&lt;P&gt;View&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The view is text and has 4 alternatives so I do not have difficulty with the count.&lt;/P&gt;&lt;P&gt;However I would like to work out the percentage of the views .&lt;/P&gt;&lt;P&gt;the simple formula would be Count(View)/Sum(Count(View)) for each owner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Sum(Count)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182719#M884160</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 have a document that has two dimensions in the following order&lt;/P&gt;&lt;P&gt;Owner&lt;/P&gt;&lt;P&gt;View&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The view is text and has 4 alternatives so I do not have difficulty with the count.&lt;/P&gt;&lt;P&gt;However I would like to work out the percentage of the views .&lt;/P&gt;&lt;P&gt;the simple formula would be Count(View)/Sum(Count(View)) for each owner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182719#M884160</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum(Count)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182720#M884161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please post a sample data or a qvw so we can understand better your problem? It's unclear what you're trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 16:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182720#M884161</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-27T16:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sum(Count)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182721#M884162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&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; font-size: 13px;"&gt;Count(View) / Count(Total&amp;nbsp; View)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 16:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182721#M884162</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-09-27T16:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sum(Count)</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182722#M884163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(View)/Count(&lt;SPAN style="color: #ff0000;"&gt;TOTAL &amp;lt;Owner&amp;gt;&lt;/SPAN&gt; View)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 17:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count/m-p/1182722#M884163</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T17:13:35Z</dc:date>
    </item>
  </channel>
</rss>

