<?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: Display maximum and minimum value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954257#M78696</link>
    <description>&lt;P&gt;this is the population of country with highest poplation:&lt;BR /&gt;=sum({&amp;lt;country={"=rank(sum(population))=1"}&amp;gt;}population)&lt;/P&gt;
&lt;P&gt;this is the country with highest population:&lt;BR /&gt;=only({&amp;lt;Country={"=rank(sum(population))=1"}&amp;gt;}Country)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Lowest:&lt;BR /&gt;=sum({&amp;lt;country={"=rank(sum(-population))=1"}&amp;gt;}population)&lt;/P&gt;
&lt;P&gt;=only({&amp;lt;Country={"=rank(sum(-population))=1"}&amp;gt;}Country)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 19:31:26 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2022-07-11T19:31:26Z</dc:date>
    <item>
      <title>Display maximum and minimum value</title>
      <link>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954126#M78682</link>
      <description>&lt;P&gt;I have 3 fields, country,states and population , I need to display the maximum and minimum populated country in KPI, How can I do that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 15:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954126#M78682</guid>
      <dc:creator>GOKULAKANNAN</dc:creator>
      <dc:date>2022-07-11T15:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display maximum and minimum value</title>
      <link>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954257#M78696</link>
      <description>&lt;P&gt;this is the population of country with highest poplation:&lt;BR /&gt;=sum({&amp;lt;country={"=rank(sum(population))=1"}&amp;gt;}population)&lt;/P&gt;
&lt;P&gt;this is the country with highest population:&lt;BR /&gt;=only({&amp;lt;Country={"=rank(sum(population))=1"}&amp;gt;}Country)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Lowest:&lt;BR /&gt;=sum({&amp;lt;country={"=rank(sum(-population))=1"}&amp;gt;}population)&lt;/P&gt;
&lt;P&gt;=only({&amp;lt;Country={"=rank(sum(-population))=1"}&amp;gt;}Country)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 19:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954257#M78696</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-07-11T19:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display maximum and minimum value</title>
      <link>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954258#M78697</link>
      <description>&lt;P&gt;you need to consider also if there is a possibility that two countries or two regions/states will have exactly the same population.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 19:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954258#M78697</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-07-11T19:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display maximum and minimum value</title>
      <link>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954261#M78698</link>
      <description>&lt;P&gt;if multiple countries have the same total population, you want to display just 1 of the totals and not TOTALS of all these countries:&lt;/P&gt;
&lt;P&gt;this is the max:&lt;BR /&gt;=only(aggr(sum({&amp;lt;Country={"=rank(sum(population))=1"}&amp;gt;}population), Country))&lt;/P&gt;
&lt;P&gt;aggregate it by ciuntry and get just one value&lt;/P&gt;
&lt;P&gt;and maybe you want to show all countries with the max population:&lt;BR /&gt;=concat(distinct {&amp;lt;Country={"=rank(sum(population))=1"}&amp;gt;}Country,',')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 19:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-maximum-and-minimum-value/m-p/1954261#M78698</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-07-11T19:49:08Z</dc:date>
    </item>
  </channel>
</rss>

