<?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: Use max() without make any selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588643#M218297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your last two suggestions work both perfect for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eleni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2014 08:40:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-17T08:40:55Z</dc:date>
    <item>
      <title>Use max() without make any selection</title>
      <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588636#M218290</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 want to use this expression IF(Month=max(Month), WorkingDays) in a chart, and I want to get workingdays for the max month without make any selection.This expression works fine if there are selections but doesn;t work if there are no selections.&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 14:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588636#M218290</guid>
      <dc:creator />
      <dc:date>2014-02-14T14:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use max() without make any selection</title>
      <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588637#M218291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF(Aggr(Month,WorkingDays)=max(TOTAL Aggr(Month,WorkingDays)), WorkingDays)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE...&lt;/P&gt;&lt;P&gt;Use below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max(Aggr(IF(Month = Max(Month), WorkingDays),Month,WorkingDays))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another Way... Looks OK to me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max({&amp;lt;Month = {'$(=Max(Month))'}&amp;gt;}WorkingDays)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588637#M218291</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-14T15:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use max() without make any selection</title>
      <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588638#M218292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IF() will only work if you select a single Month value. In all other cases, the left-hand Month will return a list of values that cannot be compared to Max(Month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is it you want to display, and where do you want this to be displayed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588638#M218292</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-14T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use max() without make any selection</title>
      <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588639#M218293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work when there are several values of Month or WorkingDays possible. See &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations"&gt;It's all Aggregations&lt;/A&gt;. You need to specify what the expression should show in such a case, by using an aggregation function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588639#M218293</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-14T15:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use max() without make any selection</title>
      <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588640#M218294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try to apply these expression to the sample I have upload you will see that the first is not working at all and the second returns the max number of workingdays (30) and not the workingdays for the max month (21)..... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588640#M218294</guid>
      <dc:creator />
      <dc:date>2014-02-14T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use max() without make any selection</title>
      <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588641#M218295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, there is no way to get WorkingDays for the max month if there are no selections on month field? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;P&gt;It's such a simple expression and I am prety sure that was used to be working fine in previous versions of QlikView (7,8 and olders)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588641#M218295</guid>
      <dc:creator />
      <dc:date>2014-02-14T15:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Use max() without make any selection</title>
      <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588642#M218296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the third one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update : Have you tried this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;=Max({&amp;lt;Month = {'$(=Max(Month))'}&amp;gt;}WorkingDays)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;Try this one also...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;=FirstSortedValue(WorkingDays,-Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588642#M218296</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-14T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Use max() without make any selection</title>
      <link>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588643#M218297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your last two suggestions work both perfect for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eleni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 08:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-max-without-make-any-selection/m-p/588643#M218297</guid>
      <dc:creator />
      <dc:date>2014-02-17T08:40:55Z</dc:date>
    </item>
  </channel>
</rss>

