<?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: Filtering top 5 selling countries on a map chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782186#M277013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you go to Dimension Limits in the chart properties and there specify the top 5 , leave the measure expression without the rank&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(sales_amount) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;dimension country&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;chart properties top 5 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;let QlikView do its job&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 15:09:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-13T15:09:44Z</dc:date>
    <item>
      <title>Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782183#M277010</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;Is there a way to filter top 5 selling countries on a map chart?&lt;/P&gt;&lt;P&gt;I have Country (country_name) as a point layer and used Sales (sales_amount) in the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Max(sales_amount), country_name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's seems that the expression works, but how do I get the top 5 Countries? I tried using 'Rank' in the expression but it only returned 1 Country:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Rank(Max(sales_amount),country_name),&amp;lt;=5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 14:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782183#M277010</guid>
      <dc:creator />
      <dc:date>2015-01-13T14:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782184#M277011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Aggr(Rank(SUM(sales_amount),4),country_name)&amp;lt;=5,country_name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 14:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782184#M277011</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-13T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782185#M277012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for a quick response.&lt;/P&gt;&lt;P&gt;2 things here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The chart doesn't display anything if an option 'Use size' is selected.&lt;/P&gt;&lt;P&gt;2) Shows all countries, if de-selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, this refers to QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782185#M277012</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782186#M277013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you go to Dimension Limits in the chart properties and there specify the top 5 , leave the measure expression without the rank&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(sales_amount) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;dimension country&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;chart properties top 5 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;let QlikView do its job&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782186#M277013</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782187#M277014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That option doesn't exist on Map chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782187#M277014</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782188#M277015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, it's QlikSense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782188#M277015</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782189#M277016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikSense &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you try this in the expression?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( &lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aggr(Max(sales_amount), country_name) &amp;lt;= 5 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(SALES_AMOUNT))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782189#M277016</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782190#M277017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sorry, it is &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;Aggr(RANK(sales_amount), country_name) &amp;lt;= 5 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(SALES_AMOUNT))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782190#M277017</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782191#M277018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a copy now of Qliksense on hand, I typed the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM ( IF( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;Aggr(RANK(SUM(sales_amount)), country_name) &amp;lt;= 5 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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; sales_amount&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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; )&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;you can even return the country names instead&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=concat ( IF( &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;Aggr(RANK(SUM(sales_amount)), country_name) &amp;lt;= 5 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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; country_name&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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; )&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782191#M277018</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782192#M277019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mario, both return only 1 (top) selling country.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782192#M277019</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782193#M277020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Funny, this shows all the Countries, but top 4 have large circles. Changed from '&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&amp;lt;= 5' to '&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&amp;lt;= 6' and can see top 5 selling countries with large (same size) circles + the rest in tiny little circles.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt;It's not exactly what I have been looking for, but sufficient enough!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt;Thanks Mario!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782193#M277020</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782194#M277021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. don't forget to close the thread and mark an answer. so that others can search the forum whenever they come to the same scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782194#M277021</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782195#M277022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strangely, the rest (not top 5) all show same Sales amount... must be a bug..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782195#M277022</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782196#M277023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you send an image of your expression and result ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782196#M277023</guid>
      <dc:creator />
      <dc:date>2015-01-13T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering top 5 selling countries on a map chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782197#M277024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send me your email, as for confidentiality reasons I don't want to post any images on Qlik community page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-top-5-selling-countries-on-a-map-chart/m-p/782197#M277024</guid>
      <dc:creator />
      <dc:date>2015-01-14T08:27:31Z</dc:date>
    </item>
  </channel>
</rss>

