<?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: Get Top 10 Total in Bar Chart Title in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426247#M34058</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;IN addition to Antonio's solution try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;sum(if(&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rank(expression) &amp;lt;= 10,expression,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; 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: #575757; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Pradosh&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2017 13:42:07 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2017-10-10T13:42:07Z</dc:date>
    <item>
      <title>Get Top 10 Total in Bar Chart Title</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426245#M34056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart of top 10 cities, I reached this by setting the dimension as City_name and by changing the setting in the bar chart dimension's "Limitation" option to 10 without showing others. Now, in the Chart's title i'd like to count the total customers of those 10 cities only. My question is, how can I get the total customers pf those cities?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your kind cooperation, Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 12:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426245#M34056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-10T12:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get Top 10 Total in Bar Chart Title</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426246#M34057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Firas,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;City&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"=Rank(Count(DISTINCT Customer)) &amp;lt;= 10"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426246#M34057</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-10-10T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get Top 10 Total in Bar Chart Title</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426247#M34058</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;IN addition to Antonio's solution try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;sum(if(&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rank(expression) &amp;lt;= 10,expression,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; 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: #575757; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Pradosh&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426247#M34058</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-10T13:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get Top 10 Total in Bar Chart Title</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426248#M34059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;=if(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Aggr(Rank(count(customer)), City)&amp;lt;=10, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;City, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;'Others'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: 10.45pt; margin-left: 45.0pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426248#M34059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-10T13:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get Top 10 Total in Bar Chart Title</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426249#M34060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your fast reply. This have given me the closet result; however, its not quite what I am looking for. This gives the top 10 cities perfectly, but the count is incorrect. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 04:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426249#M34060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T04:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get Top 10 Total in Bar Chart Title</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426250#M34061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above expression, gives syntax error &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 04:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Top-10-Total-in-Bar-Chart-Title/m-p/1426250#M34061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T04:54:44Z</dc:date>
    </item>
  </channel>
</rss>

