<?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 percent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-percent/m-p/714070#M1069383</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;one solution delivering your excel result of 76% instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132024_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65951_QlikCommunity_Thread_132024_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132024_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65952_QlikCommunity_Thread_132024_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 21:01:32 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-09-04T21:01:32Z</dc:date>
    <item>
      <title>Average percent</title>
      <link>https://community.qlik.com/t5/QlikView/Average-percent/m-p/714068#M1069381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have a chart with 1 dimension. I'd like to calculate average reference line based on % for each tags.&lt;/P&gt;&lt;P&gt;How can I do it more dynamically?&lt;/P&gt;&lt;P&gt;Without selecting each tag from the field&lt;/P&gt;&lt;P&gt;=((Count({&amp;lt;[Issue resolution]={'Yes, completely'},[Rating Support tools used]={'Browsing support topics'}&amp;gt;} [Issue resolution])/&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Rating Support tools used]={'Browsing support topics'}&amp;gt;}TOTAL &amp;lt;[Rating Support tools used]&amp;gt; [Issue resolution]))&lt;/P&gt;&lt;P&gt;+(Count({&amp;lt;[Issue resolution]={'Yes, completely'},[Rating Support tools used]={'MyAccount section'}&amp;gt;} [Issue resolution])/&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Rating Support tools used]={'MyAccount section'}&amp;gt;}TOTAL &amp;lt;[Rating Support tools used]&amp;gt; [Issue resolution]))&lt;/P&gt;&lt;P&gt;+(Count({&amp;lt;[Issue resolution]={'Yes, completely'},[Rating Support tools used]={'Other'}&amp;gt;} [Issue resolution])/&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Rating Support tools used]={'Other'}&amp;gt;}TOTAL &amp;lt;[Rating Support tools used]&amp;gt; [Issue resolution]))+&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;[Issue resolution]={'Yes, completely'},[Rating Support tools used]={'QA section'}&amp;gt;} [Issue resolution])/&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Rating Support tools used]={'QA section'}&amp;gt;}TOTAL &amp;lt;[Rating Support tools used]&amp;gt; [Issue resolution]))+&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;[Issue resolution]={'Yes, completely'},[Rating Support tools used]={'Search tool'}&amp;gt;} [Issue resolution])/&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Rating Support tools used]={'Search tool'}&amp;gt;}TOTAL &amp;lt;[Rating Support tools used]&amp;gt; [Issue resolution]))+&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;[Issue resolution]={'Yes, completely'},[Rating Support tools used]={'Support videos'}&amp;gt;} [Issue resolution])/&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Rating Support tools used]={'Support videos'}&amp;gt;}TOTAL &amp;lt;[Rating Support tools used]&amp;gt; [Issue resolution])))&lt;/P&gt;&lt;P&gt;/Count(DISTINCT [Rating Support tools used])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to use it for calculate SUMPRODUCT like I did it in excel&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65937_Capture.JPG.jpg" style="width: 620px; height: 217px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 18:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-percent/m-p/714068#M1069381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-04T18:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Average percent</title>
      <link>https://community.qlik.com/t5/QlikView/Average-percent/m-p/714069#M1069382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out &lt;/P&gt;&lt;P&gt;SUM(COUNT({&amp;lt;[Issue resolution]={'Yes, completely'}&amp;gt;} TOTAL BBB))/&lt;/P&gt;&lt;P&gt;SUM(COUNT({&amp;lt;[Issue resolution]=P()&amp;gt;} TOTAL BBB)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 19:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-percent/m-p/714069#M1069382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-04T19:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Average percent</title>
      <link>https://community.qlik.com/t5/QlikView/Average-percent/m-p/714070#M1069383</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;one solution delivering your excel result of 76% instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132024_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65951_QlikCommunity_Thread_132024_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132024_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65952_QlikCommunity_Thread_132024_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 21:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-percent/m-p/714070#M1069383</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-04T21:01:32Z</dc:date>
    </item>
  </channel>
</rss>

