<?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: How to display the biggest of the numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050325#M352663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Edagr,but this gives an error which says error in calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jan 2016 02:10:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-23T02:10:53Z</dc:date>
    <item>
      <title>How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050317#M352655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have 3 numbers&lt;/P&gt;&lt;P&gt;ID Num&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here for ID 1 i only want to display 60 which is the largest among 10 and 60.How do I do that ?&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>Thu, 21 Jan 2016 20:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050317#M352655</guid>
      <dc:creator />
      <dc:date>2016-01-21T20:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050318#M352656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this in straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: &lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;STRONG&gt;Max(Num)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112269_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 20:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050318#M352656</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T20:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050319#M352657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can&amp;nbsp; I do the same for the date,can I select the latest date among 2 dates ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050319#M352657</guid>
      <dc:creator />
      <dc:date>2016-01-21T21:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050320#M352658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure you can, I think the only thing would be that Max(Date) would be an integer, if you want to see the date format, change it to &lt;STRONG&gt;Date(Max(Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050320#M352658</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T21:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050321#M352659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have max(sum(num)) ,but it still showing all 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050321#M352659</guid>
      <dc:creator />
      <dc:date>2016-01-21T21:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050322#M352660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot double Aggregate without using Aggregation function. You need something similar to this: &lt;STRONG&gt;Max(Aggr(Sum(num), SomeDimension))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050322#M352660</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T21:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050323#M352661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATE(MAX([Expiration Date],AB1Key))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do something like this? My ABKey has multiple exp dates,so I only want to display the ABKey with the latest exp date .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 21:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050323#M352661</guid>
      <dc:creator />
      <dc:date>2016-01-22T21:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050324#M352662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date( RangeMax( Max([ExpirationDate]) , Max(AB1Key)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This take the Max from the two fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 21:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050324#M352662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-22T21:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050325#M352663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Edagr,but this gives an error which says error in calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 02:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050325#M352663</guid>
      <dc:creator />
      <dc:date>2016-01-23T02:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050326#M352664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Date(Max([Lease Expiration Date]) , (AB1Key))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the above in my dimension along with other dimensions in the straight table,but the above dimension is giving error saying error in calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 02:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050326#M352664</guid>
      <dc:creator />
      <dc:date>2016-01-23T02:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050327#M352665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Date(Max([Lease Expiration Date])), AB1Key)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 03:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050327#M352665</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-23T03:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the biggest of the numbers</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050328#M352666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,but this is giving me the lease exp date instead of ABKey(which is my ID field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 04:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-the-biggest-of-the-numbers/m-p/1050328#M352666</guid>
      <dc:creator />
      <dc:date>2016-01-23T04:07:13Z</dc:date>
    </item>
  </channel>
</rss>

