<?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 Qliksense Map - Top 10 Country's with highest customers in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730345#M55692</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm trying to show top 10 country's with highest customers using native map function in qliksense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from the image, i only want to show the top 10 bubble and the rest should not be shown. I had used the function&amp;nbsp;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Nationality = {"=Rank(count(distinct CUSTOMER_ID))&amp;lt;=10"}&amp;gt;} CUSTOMER_ID) but not able to get the desired result. Could some one help with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kandimal_0-1595515756691.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37955i215D17BCA2028C23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kandimal_0-1595515756691.png" alt="Kandimal_0-1595515756691.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:19:27 GMT</pubDate>
    <dc:creator>Kandimal</dc:creator>
    <dc:date>2024-11-16T18:19:27Z</dc:date>
    <item>
      <title>Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730345#M55692</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm trying to show top 10 country's with highest customers using native map function in qliksense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from the image, i only want to show the top 10 bubble and the rest should not be shown. I had used the function&amp;nbsp;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Nationality = {"=Rank(count(distinct CUSTOMER_ID))&amp;lt;=10"}&amp;gt;} CUSTOMER_ID) but not able to get the desired result. Could some one help with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kandimal_0-1595515756691.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37955i215D17BCA2028C23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kandimal_0-1595515756691.png" alt="Kandimal_0-1595515756691.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730345#M55692</guid>
      <dc:creator>Kandimal</dc:creator>
      <dc:date>2024-11-16T18:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730366#M55695</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;use this expression in your dimension&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;aggr(if(rank(count(distinct CUSTOMER_ID)&amp;lt;=10,Nationality ),Nationality )&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and this for size expression&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count(distinct CUSTOMER_ID)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 16:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730366#M55695</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-07-23T16:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730607#M55707</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6330"&gt;@lironbaram&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply and&amp;nbsp;suggested expression still gives me the same result.&lt;/P&gt;&lt;P&gt;the main problem was due to the dimension property value "Limitation" disable for Nationality column. otherwise would have used Fixed and written the expression in global variable and would have called it under "TOP".&lt;/P&gt;&lt;P&gt;Is there something we could do from Scripting side? like creating a new column to hold some sort of value and calling it in the main report?&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 11:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730607#M55707</guid>
      <dc:creator>Kandimal</dc:creator>
      <dc:date>2020-07-24T11:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730847#M55756</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;this expression work perfectly on my app&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you share a sample app&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 07:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730847#M55756</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-07-26T07:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730992#M55764</link>
      <description>&lt;P&gt;i'm using native map from qlik and using a dimension which contains the country code like - US,UK,IN...etc...(many countries we have in my dimension and in my first shared image )&lt;/P&gt;&lt;P&gt;when I apply the above expression in dimension the pointers/area bubbles in my map get disappear.&lt;/P&gt;&lt;P&gt;I couldn't able to share the sample app due to data policies in my org...also i noticed, the default option we get to limit the dimension value(fixed/limited/range) is also disabled. does it happens with&amp;nbsp; by default qlik application?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 10:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1730992#M55764</guid>
      <dc:creator>Kandimal</dc:creator>
      <dc:date>2020-07-27T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1731001#M55765</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;the dimensions in the map doesn't have this option&amp;nbsp;&lt;/P&gt;&lt;P&gt;just to make sure you did replace the expression in the demo with the expression and fields from your app?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 11:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1731001#M55765</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-07-27T11:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1731007#M55766</link>
      <description>&lt;P&gt;yes, I have replaced it with my actual dimension name in the given expression. since aggr function takes 2 arguments, i have to add "," and ")" at the end to make the syntax work.&lt;/P&gt;&lt;P&gt;aggr(if(rank(count(distinct CUST_ID_NUM)&amp;lt;=10,Nationality ),Nationality ),)&lt;/P&gt;&lt;P&gt;Could you please share your map image or sample app where it's working for you?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 11:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1731007#M55766</guid>
      <dc:creator>Kandimal</dc:creator>
      <dc:date>2020-07-27T11:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1731109#M55775</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to replicate this app&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 15:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1731109#M55775</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-07-27T15:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Map - Top 10 Country's with highest customers</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1731287#M55789</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actually I was looking for even better solution since I want only to show TOP 10 values (static always) and found we can actually limit by setting the MAX value to 10 under general property under the created layer.&lt;/P&gt;&lt;P&gt;The dynamic solution you have provided is also a good one when especially user wants to play around the map using a slider object&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 09:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Map-Top-10-Country-s-with-highest-customers/m-p/1731287#M55789</guid>
      <dc:creator>Kandimal</dc:creator>
      <dc:date>2020-07-28T09:23:21Z</dc:date>
    </item>
  </channel>
</rss>

