<?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 top 5 values in a Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059047#M354784</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;&lt;EM&gt;&lt;STRONG&gt;Top 5:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({&amp;lt;Product = {"=Rank(SUM({&amp;lt;Type = {'AC'}&amp;gt;}Value),4)&amp;lt;=5"}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Bottom 5:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({&amp;lt;Product = {"=Rank(-SUM({&amp;lt;Type = {'AC'}&amp;gt;}Value),4)&amp;lt;=5"}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jan 2016 10:21:17 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2016-01-23T10:21:17Z</dc:date>
    <item>
      <title>Display top 5 values in a Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059044#M354781</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 am trying to display the largest 5 values in a bar graph in Qlik Sense. Can someone please help me through it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roshni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 21:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059044#M354781</guid>
      <dc:creator />
      <dc:date>2016-01-22T21:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display top 5 values in a Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059045#M354782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roshni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the options for your bat chart, if you expand the dimension, you should see a button for Limitations that allows you to set 5. The you just need to make sure the sort is configured to sort descending, and you will have your top 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 08:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059045#M354782</guid>
      <dc:creator>dominicmander</dc:creator>
      <dc:date>2016-01-23T08:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Display top 5 values in a Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059046#M354783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here &lt;A href="https://community.qlik.com/docs/DOC-5187"&gt;Show Top Performers&lt;/A&gt; are various methods how it could be done with qlikview - dimension limits seems to be not available in sense but the calulated dimension with aggr could be working, something like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;AGGR(IF(Rank(sum(Sales), 4)&amp;lt;=5, Item), Brand, Item)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 08:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059046#M354783</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-23T08:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display top 5 values in a Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059047#M354784</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;&lt;EM&gt;&lt;STRONG&gt;Top 5:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({&amp;lt;Product = {"=Rank(SUM({&amp;lt;Type = {'AC'}&amp;gt;}Value),4)&amp;lt;=5"}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Bottom 5:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({&amp;lt;Product = {"=Rank(-SUM({&amp;lt;Type = {'AC'}&amp;gt;}Value),4)&amp;lt;=5"}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 10:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-top-5-values-in-a-Graph/m-p/1059047#M354784</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-23T10:21:17Z</dc:date>
    </item>
  </channel>
</rss>

