<?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: Average - Total mode in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968436#M331780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use the following formula:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Count( distinct XXX ) / Count( distinct User )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use "User" as dimension, this will show the original number for the individual Users (divided by 1). The "Others" slice and the totals will however be divided by another number and so the expression will show the average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 12:55:56 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2015-11-10T12:55:56Z</dc:date>
    <item>
      <title>Average - Total mode</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968434#M331778</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'm using a straight table where one of the columns is a count and the dimention limit is the top 7 users plus the others. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a total I want the average of all users, but, using the total mode, it returns a diferent value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that it counts the others as one user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 11:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968434#M331778</guid>
      <dc:creator />
      <dc:date>2015-11-10T11:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Average - Total mode</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968435#M331779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample? I know why it is doing this, but to suggest a work around will be better if we have a sample to work with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968435#M331779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-10T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Average - Total mode</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968436#M331780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use the following formula:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Count( distinct XXX ) / Count( distinct User )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use "User" as dimension, this will show the original number for the individual Users (divided by 1). The "Others" slice and the totals will however be divided by another number and so the expression will show the average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968436#M331780</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-11-10T12:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Average - Total mode</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968437#M331781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe use a total mode 'expression total' and as expression something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(&lt;EM&gt;YourField&lt;/EM&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg( Aggr(Count(&lt;EM&gt;YourField&lt;/EM&gt;), &lt;EM&gt;YourDimension&lt;/EM&gt;))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968437#M331781</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-10T12:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Average - Total mode</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968438#M331782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 13:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Total-mode/m-p/968438#M331782</guid>
      <dc:creator />
      <dc:date>2015-11-10T13:48:06Z</dc:date>
    </item>
  </channel>
</rss>

