<?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 3 countries and their sales in Text boxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432966#M513895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have one doubt suppose this situation how we can solve?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="173961" alt="rank isuu.JPG" class="jive-image image-1" src="/legacyfs/online/173961_rank isuu.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Aug 2017 13:04:38 GMT</pubDate>
    <dc:creator>pathiqvd</dc:creator>
    <dc:date>2017-08-20T13:04:38Z</dc:date>
    <item>
      <title>Top 3 countries and their sales in Text boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432962#M513891</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;I have a table with countries and sales. No i have to display the top 3 countries in three different text boxes and their sales in the another three text boxes respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 12:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432962#M513891</guid>
      <dc:creator>vishalmanu</dc:creator>
      <dc:date>2017-08-20T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 countries and their sales in Text boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432963#M513892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 1 st Rank in 1st text object:-&lt;/P&gt;&lt;P&gt;=Only(if(aggr(rank(sum(Sales)),Country)=1,Country))&amp;amp;'--'&amp;amp;sum({&amp;lt;Country={"=rank(Sum(Sales))=1"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For 2 st Rank in 2st text object:-&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=Only(if(aggr(rank(sum(Sales)),Country)=2,Country))&amp;amp;'--'&amp;amp;sum({&amp;lt;Country={"=rank(Sum(Sales))=2"}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;.....Etc, Like rtry&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 12:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432963#M513892</guid>
      <dc:creator>pathiqvd</dc:creator>
      <dc:date>2017-08-20T12:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 countries and their sales in Text boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432964#M513893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FirstSortedValue(DISTINCT Country, -Aggr(Sum(Sales), Country), &lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;) &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(Aggr(Sum(Sales), Country), &lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=FirstSortedValue(DISTINCT Country, -Aggr(Sum(Sales), Country), &lt;SPAN style="color: #ff0000;"&gt;2&lt;/SPAN&gt;) &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Max(Aggr(Sum(Sales), Country), &lt;SPAN style="color: #ff0000;"&gt;2&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=FirstSortedValue(DISTINCT Country, -Aggr(Sum(Sales), Country), &lt;SPAN style="color: #ff0000;"&gt;3&lt;/SPAN&gt;) &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Max(Aggr(Sum(Sales), Country), &lt;SPAN style="color: #ff0000;"&gt;3&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 12:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432964#M513893</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-20T12:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 countries and their sales in Text boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432965#M513894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, see the attached .qvw file. Hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 12:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432965#M513894</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-08-20T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 countries and their sales in Text boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432966#M513895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have one doubt suppose this situation how we can solve?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="173961" alt="rank isuu.JPG" class="jive-image image-1" src="/legacyfs/online/173961_rank isuu.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 13:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432966#M513895</guid>
      <dc:creator>pathiqvd</dc:creator>
      <dc:date>2017-08-20T13:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 countries and their sales in Text boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432967#M513896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it depends on what the output needs to look like? Would it be A &amp;amp; C or A or C as the top 1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 22:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-countries-and-their-sales-in-Text-boxes/m-p/1432967#M513896</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-20T22:56:50Z</dc:date>
    </item>
  </channel>
</rss>

