<?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: Top N Product Sales by Country and Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118723#M629355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Riley,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can hide dimension columns you don't want to see.&lt;/P&gt;&lt;P&gt;Go to the Presentation tab and select &lt;EM&gt;Hide Column&lt;/EM&gt; for the dimensions you want to be invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 09:43:47 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2016-08-31T09:43:47Z</dc:date>
    <item>
      <title>Top N Product Sales by Country and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118722#M629354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to look at my sales data overall across different countries, but restricted to the top 50 selling products per country and month. I am able to get this view in a straight table, however only when I bring in all dimensions (Country, Month and Product ID). Is there anyway to get this same number in a straight table but only using the dimension Country?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the formula I am using at the moment:&lt;/P&gt;&lt;P&gt;=If(Rank(Aggr(Sum(Sales), Country, [Month], [Product ID]), 1) &amp;lt;=50, Sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 08:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118722#M629354</guid>
      <dc:creator>rileymd88</dc:creator>
      <dc:date>2016-08-31T08:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Product Sales by Country and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118723#M629355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Riley,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can hide dimension columns you don't want to see.&lt;/P&gt;&lt;P&gt;Go to the Presentation tab and select &lt;EM&gt;Hide Column&lt;/EM&gt; for the dimensions you want to be invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 09:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118723#M629355</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-31T09:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Product Sales by Country and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118724#M629356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(Rank(Sum(Sales), 1) &amp;lt;= 50, Sum(Sales)), Country, Month, [Product ID]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 09:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118724#M629356</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-31T09:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Product Sales by Country and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118725#M629357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do this then I the country will repeat itself for every unique Country, Month and Product ID combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 10:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118725#M629357</guid>
      <dc:creator>rileymd88</dc:creator>
      <dc:date>2016-08-31T10:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Product Sales by Country and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118726#M629358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Riley,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yeah ... I didn't think it through &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 10:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Product-Sales-by-Country-and-Month/m-p/1118726#M629358</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-31T10:08:17Z</dc:date>
    </item>
  </channel>
</rss>

