<?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/464183#M173360</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; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(rank(&lt;/P&gt;&lt;P&gt;Sum &lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Shop&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'Pomax Store Wijnegem'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;$(= Max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;LineSalesAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ) &amp;lt; = 3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Shop&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'Pomax Store Wijnegem'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;$(= Max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;LineSalesAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 22:11:49 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-10-29T22:11:49Z</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/464180#M173357</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'm creating a pivot table with 2 dimensions:&lt;/P&gt;&lt;P&gt;-sales family&lt;/P&gt;&lt;P&gt;-art code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a value i have the sum of sales of the selected month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i would like to show per sales family only the top 3 articles with it's sales, is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 21:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464180#M173357</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2012-10-29T21:35:18Z</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/464181#M173358</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; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression tab:&lt;/P&gt;&lt;P&gt;=If(Rank(Sum(sales)) &amp;lt;=3, Sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then suppress null values in dimesion tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 21:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464181#M173358</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-29T21:44:56Z</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/464182#M173359</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;thank you for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how should i mingle it with the formula i had in mind with set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Shop&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'Pomax Store Wijnegem'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(= Max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LineSalesAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;thanx!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 22:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464182#M173359</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2012-10-29T22:07:57Z</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/464183#M173360</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; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(rank(&lt;/P&gt;&lt;P&gt;Sum &lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Shop&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'Pomax Store Wijnegem'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;$(= Max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;LineSalesAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ) &amp;lt; = 3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Shop&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'Pomax Store Wijnegem'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;$(= Max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;LineSalesAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 22:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464183#M173360</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-29T22:11:49Z</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/464184#M173361</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;thank you for your help, i got the formula to work!&lt;/P&gt;&lt;P&gt;it only calculates the top 3 articles for each sales family.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i can not let it show only the top 3 ones...&lt;/P&gt;&lt;P&gt;if i select "suppres null values" under the dimension it doesn't&amp;nbsp; change...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you perhaps have a look at it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 21:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464184#M173361</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2012-10-31T21:26:09Z</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/464185#M173362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the dimension limits tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to filter the top 3 values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 11:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464185#M173362</guid>
      <dc:creator />
      <dc:date>2012-11-01T11:54:44Z</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/464186#M173363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that doesn't work...&lt;/P&gt;&lt;P&gt;that way it gives me the top 3 values of the dimensions, but i wan't for each dimension only the top 3 calculated values are shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and with the expression provided by Mayil it only get value for the top 3 articles and the rest gets a null value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then i can not get to hide these null-values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 15:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464186#M173363</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2012-11-01T15:29:39Z</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/464187#M173364</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; Are you expect like the attached file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 16:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464187#M173364</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-01T16:45:13Z</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/464188#M173365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;indeed, that's exactly what i want! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please explain me what i was doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 17:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464188#M173365</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2012-11-01T17:02:22Z</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/464189#M173366</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;for ex:&lt;/P&gt;&lt;P&gt;Aggr(Rank(Sum(Sales)),Product,SkuCode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it calculate the rank for each product and skucode in that product.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Aggr(Rank(Sum(Sales)),Product,SkuCode) &amp;lt;= 3, Sum(Sales)) //not overall rank..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rank(sum(sales)) calculate the rank for overall dimension.. so only it shows first three ranking values n for others it display null..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 17:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464189#M173366</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-01T17:11:49Z</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/464190#M173367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 17:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-top-3-values-per-first-dimension/m-p/464190#M173367</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2012-11-01T17:15:19Z</dc:date>
    </item>
  </channel>
</rss>

