<?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 Top Clients on Sense Map in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Top-Clients-on-Sense-Map/m-p/806920#M11172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Comunity!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a map on Sense, showing only the top 10 clients...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I'm trying to do on map settings:&lt;/P&gt;&lt;P&gt;Layer: Clients Geopoint&lt;/P&gt;&lt;P&gt;Unchecked show null values&lt;/P&gt;&lt;P&gt;Expression: if(aggr(rank(sum(SALES)),IDCLIENT) &amp;lt;=10, 1,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This actually shows on the map all my clients, and give bubble size to the top 10, and a 'X' on the map to the other clients...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I just wanna show the top 10 on the map...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Henrique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 12:46:58 GMT</pubDate>
    <dc:creator>hvfalcao</dc:creator>
    <dc:date>2015-03-27T12:46:58Z</dc:date>
    <item>
      <title>Top Clients on Sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Top-Clients-on-Sense-Map/m-p/806920#M11172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Comunity!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a map on Sense, showing only the top 10 clients...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I'm trying to do on map settings:&lt;/P&gt;&lt;P&gt;Layer: Clients Geopoint&lt;/P&gt;&lt;P&gt;Unchecked show null values&lt;/P&gt;&lt;P&gt;Expression: if(aggr(rank(sum(SALES)),IDCLIENT) &amp;lt;=10, 1,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This actually shows on the map all my clients, and give bubble size to the top 10, and a 'X' on the map to the other clients...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I just wanna show the top 10 on the map...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Henrique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 12:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-Clients-on-Sense-Map/m-p/806920#M11172</guid>
      <dc:creator>hvfalcao</dc:creator>
      <dc:date>2015-03-27T12:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Top Clients on Sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Top-Clients-on-Sense-Map/m-p/806921#M11173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think so...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is did is&amp;nbsp; to also use the color by expression to customize the color of the point based on Top10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My color expression uses the 1st parameter of the arbg() function to establish 100% transparency for NON-top 10 cities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( aggr(rank(sum(Sales)),City) &amp;lt;=10, argb(255,255,0,0),argb(0,125,125,125))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82138_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-Clients-on-Sense-Map/m-p/806921#M11173</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-27T14:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Top Clients on Sense Map</title>
      <link>https://community.qlik.com/t5/App-Development/Top-Clients-on-Sense-Map/m-p/806922#M11174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very helpful! Perfect...&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>Fri, 27 Mar 2015 15:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-Clients-on-Sense-Map/m-p/806922#M11174</guid>
      <dc:creator>hvfalcao</dc:creator>
      <dc:date>2015-03-27T15:33:12Z</dc:date>
    </item>
  </channel>
</rss>

