<?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: Rank top 30% in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764691#M1038521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like the attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2015 17:42:05 GMT</pubDate>
    <dc:creator>chrismarlow</dc:creator>
    <dc:date>2015-01-09T17:42:05Z</dc:date>
    <item>
      <title>Rank top 30% in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764690#M1038520</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 attempting to create an expression that will return a value of 1 if the Rank of the values in the expression is in the top 30% and 0 if it is not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current expression returns the sum of sales for each employee and this is what the rank should be based upon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please point me in the right direction,, how to write what expression(s), what function should be used?&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;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 17:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764690#M1038520</guid>
      <dc:creator />
      <dc:date>2015-01-09T17:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rank top 30% in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764691#M1038521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like the attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 17:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764691#M1038521</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2015-01-09T17:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rank top 30% in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764692#M1038522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Make sure your chart is sorted by sales in descending order, then perhaps this expression will work:&lt;/SPAN&gt;&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;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;above&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;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rowno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())))&amp;lt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) * .3),1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 17:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764692#M1038522</guid>
      <dc:creator>jzimolong</dc:creator>
      <dc:date>2015-01-09T17:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rank top 30% in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764693#M1038523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3913"&gt;Recipe for an ABC Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-top-30-in-expression/m-p/764693#M1038523</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-01-09T18:42:28Z</dc:date>
    </item>
  </channel>
</rss>

