<?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: Show only top 10 legends, keeping the chart as it is in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343632#M516521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your suggestion and this is what I get -&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159047_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;The legend is shown as expected, however I want the chart to show all the types and not only the top 10 types.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2017 08:39:51 GMT</pubDate>
    <dc:creator>divya_anand</dc:creator>
    <dc:date>2017-04-05T08:39:51Z</dc:date>
    <item>
      <title>Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343629#M516518</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 am working on a bar chart in QlikView where the stacks on a bar are too many. Is it possible to show in the legend only top 10 where as show all the stacks in the chart? &lt;/P&gt;&lt;P&gt;As you can find in the attached document, the chart should remain as it is like -&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159023_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Where as the legends should only show the "Type" which has top 10 values only (6,12,16,1,9,20,23,3,17,5) instead of showing all values of "Type"&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/159024_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible in QlikView? if yes, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 07:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343629#M516518</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-04-05T07:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343630#M516519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 07:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343630#M516519</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-04-05T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343631#M516520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below two calculated dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(Rank(TOTAL SUM(value),4)&amp;lt;=10,Month),Month,type)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;=Aggr(If(Rank(TOTAL SUM(value),4)&amp;lt;=10,type),Month,type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tick Suppress When Value is Null for BOTH of them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343631#M516520</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-05T08:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343632#M516521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your suggestion and this is what I get -&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159047_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;The legend is shown as expected, however I want the chart to show all the types and not only the top 10 types.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343632#M516521</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-04-05T08:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343633#M516522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution I gave was based on your sample data and output you suggested. &lt;/P&gt;&lt;P&gt;Provide the final output you are looking for so that I can work accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343633#M516522</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-05T08:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343634#M516523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have this view-&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159093_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;where the chart shows all types whereas in the legend it shows only top 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 12:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343634#M516523</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-04-05T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343635#M516524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a bar chart&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;=Aggr(If(Rank(TOTAL SUM(value),4)&amp;lt;=10,type),type)&lt;/P&gt;&lt;P&gt;TIck Suppress When Value is Null for the 2nd Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 14:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343635#M516524</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-05T14:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343636#M516525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the try.&lt;/P&gt;&lt;P&gt;This is what I get now-&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/159203_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see in the below snapshot, the first chart includes all the types whereas the 2nd chart represents only the top 10 types. And in my previous comments I had mentioned that the chart should remain as it is i.e it should include all the types as in the first chart but should show in the legend only top 10 as in 2nd chart. Implementing your solution is close to what I'm looking for. Is it possible to show all the types in the chart but show only top 10 in legend?&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159199_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Please let me know incase you need more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 04:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343636#M516525</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-04-06T04:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343637#M516526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so you can show only top 10 legend while working with all legends in chart level.&lt;/P&gt;&lt;P&gt;You have to use two different charts !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 06:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343637#M516526</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-06T06:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show only top 10 legends, keeping the chart as it is</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343638#M516527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 08:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-top-10-legends-keeping-the-chart-as-it-is/m-p/1343638#M516527</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-04-06T08:37:44Z</dc:date>
    </item>
  </channel>
</rss>

