<?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: Display average TOP 5 for all rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100298#M365134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw your solution in another post, and I admit it was too sophisticated for me to understand. (Avg{1} 0).. even with your explanations. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P&gt;But I will check it more seriously.&lt;/P&gt;&lt;P&gt;The sample requirement might not make sense, but in reality, I would need to show one row per&amp;nbsp; sub-category, and each sub-category is linked to a different upper category.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Aug 2016 05:54:15 GMT</pubDate>
    <dc:creator>dafnis14</dc:creator>
    <dc:date>2016-08-28T05:54:15Z</dc:date>
    <item>
      <title>Display average TOP 5 for all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100294#M365130</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 table where I use an expression taken from another post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1064926"&gt;Ranking max top 5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I need to show the a&lt;SPAN style="text-decoration: underline;"&gt;verage of the TOP 5&lt;/SPAN&gt; for any branch, even if the branch&lt;/P&gt;&lt;P&gt;is not in the top 5. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a very simplified model of my requirement, ere only the top 5 branched are displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2016 15:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100294#M365130</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2016-08-27T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display average TOP 5 for all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100295#M365131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt;Branch = {"=Rank(TOTAL avg(Score),0)&amp;lt;=5"}&amp;gt;}Total&amp;lt;Year&amp;gt; Score)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2016 19:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100295#M365131</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-27T19:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display average TOP 5 for all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100296#M365132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to get this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135762_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg(TOTAL &amp;lt;Year&amp;gt; {&amp;lt;Branch = {"=Rank(TOTAL Avg(Score), 0) &amp;lt;= 5"}&amp;gt;} Score) + Avg({1} 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg(TOTAL {&amp;lt;Branch = {"=Rank(TOTAL Avg(Score), 0) &amp;lt;= 5"}&amp;gt;} Score) + Avg({1} 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2016 22:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100296#M365132</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-27T22:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display average TOP 5 for all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100297#M365133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Kaushik!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Aug 2016 03:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100297#M365133</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2016-08-28T03:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display average TOP 5 for all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100298#M365134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw your solution in another post, and I admit it was too sophisticated for me to understand. (Avg{1} 0).. even with your explanations. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P&gt;But I will check it more seriously.&lt;/P&gt;&lt;P&gt;The sample requirement might not make sense, but in reality, I would need to show one row per&amp;nbsp; sub-category, and each sub-category is linked to a different upper category.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Aug 2016 05:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-average-TOP-5-for-all-rows/m-p/1100298#M365134</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2016-08-28T05:54:15Z</dc:date>
    </item>
  </channel>
</rss>

