<?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: Max percent of Top 5 differences as expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909449#M469165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad you were able to find a solution and I was able to guide you towards finding one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 10:52:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-08-04T10:52:16Z</dc:date>
    <item>
      <title>Max percent of Top 5 differences as expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909445#M469161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a expression to calculate the max percent of the Top 5 differences.&lt;/P&gt;&lt;P&gt;So I found a solution to calculate the Top 5 differences, but not the max percent.&lt;/P&gt;&lt;P&gt;In the attached example, I have to calculate the 70%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 09:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909445#M469161</guid>
      <dc:creator />
      <dc:date>2015-07-22T09:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Max percent of Top 5 differences as expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909446#M469162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="spell" href="https://www.google.de/search?q=Did+anybody+knows+an+answer&amp;amp;spell=1&amp;amp;sa=X&amp;amp;ved=0CBsQBSgAahUKEwj0v6KZ4_TGAhUBPBQKHdElAlk"&gt;Did &lt;STRONG&gt;&lt;EM&gt;anybody&lt;/EM&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;knows&lt;/EM&gt;&lt;/STRONG&gt; a solution&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 22:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909446#M469162</guid>
      <dc:creator />
      <dc:date>2015-07-24T22:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Max percent of Top 5 differences as expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909447#M469163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this in a text box object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(Aggr(If(Rank(Sum({&amp;lt;Year = {2015}&amp;gt;} Sales) - Sum({&amp;lt;Year = {2014}&amp;gt;} Sales), 0, 1) = 3, (Sum({&amp;lt;Year = {2015}&amp;gt;} Sales)-Sum({&amp;lt;Year = {2014}&amp;gt;} Sales))/Sum({&amp;lt;Year = {2014}&amp;gt;} Sales)), Dim), '##%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 03:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909447#M469163</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-25T03:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Max percent of Top 5 differences as expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909448#M469164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the solution with your help. It is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {2015}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {2014}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 0, 1)&amp;lt;= 5, (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {2015}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {2014}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {2014}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank You.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 08:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909448#M469164</guid>
      <dc:creator />
      <dc:date>2015-08-04T08:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max percent of Top 5 differences as expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909449#M469165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad you were able to find a solution and I was able to guide you towards finding one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-percent-of-Top-5-differences-as-expression/m-p/909449#M469165</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-04T10:52:16Z</dc:date>
    </item>
  </channel>
</rss>

