<?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 top 3 values per first dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1573567#M456846</link>
    <description>&lt;P&gt;create a straight table or pivot chart with two dimension&lt;/P&gt;&lt;P&gt;1. Customer&lt;/P&gt;&lt;P&gt;2.=aggr(if(rank(sum(sales))&amp;lt;=3,[Category]),&lt;SPAN&gt;[Customer]&lt;/SPAN&gt;,[Category])&amp;nbsp; (make sure field names are correct)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In expression&lt;/P&gt;&lt;P&gt;add your measure(sum(sales) for example)&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2019 05:30:28 GMT</pubDate>
    <dc:creator>asinha1991</dc:creator>
    <dc:date>2019-04-26T05:30:28Z</dc:date>
    <item>
      <title>Show top 3 values per first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1570318#M456842</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am failing at building the TOP3-dimension with the formula&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=If(Rank(Sum(TOP3-Category)) &amp;lt;=3, Sum(TOP3-Category))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;as it would take ages to process all values. The plan is a table like this here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Customer&lt;/TD&gt;&lt;TD&gt;TOP3-Category&lt;/TD&gt;&lt;TD&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;W&lt;/TD&gt;&lt;TD&gt;350&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance! Best regards.&lt;/P&gt;&lt;P&gt;Nes&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1570318#M456842</guid>
      <dc:creator>nesonica</dc:creator>
      <dc:date>2024-11-16T21:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show top 3 values per first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1570338#M456843</link>
      <description>&lt;P&gt;put the second calculated dimension as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=aggr(if(rank(sum(sales))&amp;lt;=3,[Category]),&lt;SPAN&gt;[Customer]&lt;/SPAN&gt;,[Category])&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 18:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1570338#M456843</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-04-17T18:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show top 3 values per first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1570693#M456844</link>
      <description>&lt;P&gt;attaching qvw, i used your data set and showed top 2 out of it, look at the top 2 pivot in qvw&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 18:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1570693#M456844</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-04-17T18:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show top 3 values per first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1573223#M456845</link>
      <description>thanks so much but unfortunately i have no permission qvw. could you please explain? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 25 Apr 2019 11:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1573223#M456845</guid>
      <dc:creator>nesonica</dc:creator>
      <dc:date>2019-04-25T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show top 3 values per first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1573567#M456846</link>
      <description>&lt;P&gt;create a straight table or pivot chart with two dimension&lt;/P&gt;&lt;P&gt;1. Customer&lt;/P&gt;&lt;P&gt;2.=aggr(if(rank(sum(sales))&amp;lt;=3,[Category]),&lt;SPAN&gt;[Customer]&lt;/SPAN&gt;,[Category])&amp;nbsp; (make sure field names are correct)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In expression&lt;/P&gt;&lt;P&gt;add your measure(sum(sales) for example)&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 05:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-3-values-per-first-dimension/m-p/1573567#M456846</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-04-26T05:30:28Z</dc:date>
    </item>
  </channel>
</rss>

