<?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: Count of Max date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126528#M8845</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;Sum(Aggr(If(Max(TOTAL &amp;lt;id&amp;gt; date) = date, 1, 0), id, date))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2018 22:31:00 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-25T22:31:00Z</dc:date>
    <item>
      <title>Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126526#M8843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can't figure out this simple problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DATES:&lt;BR /&gt;LOAD id, Date#(date) as date, status INLINE [&lt;BR /&gt;id, date, Area&lt;BR /&gt;A, 01/01/2018, 18&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;B, 02/02/2018, 25&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;B, 02/03/2018, 26&lt;/SPAN&gt;&lt;BR /&gt;C, 03/03/2018, 31&lt;BR /&gt;D, 04/04/2018, 42&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;04/05/2018&lt;/SPAN&gt;, 43&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;04/05/2018&lt;/SPAN&gt;, 44&lt;/SPAN&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm trying to create an expression to:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- count (Area) where Date = maxDate for eg: for id 'D' there are three dates, trying to get count when date is max which is 04/05/2018. Same for id B where date is maxdate which is 05/03/2018. where date in format of MM/DD/YYYY.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Would appreaciate the help.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Garry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126526#M8843</guid>
      <dc:creator>garry107</dc:creator>
      <dc:date>2018-07-25T19:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126527#M8844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count({$&amp;lt;Date={"=$(=Max(Date))"}&amp;gt;} Area)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 20:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126527#M8844</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2018-07-25T20:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126528#M8845</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;Sum(Aggr(If(Max(TOTAL &amp;lt;id&amp;gt; date) = date, 1, 0), id, date))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 22:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126528#M8845</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-25T22:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126529#M8846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(Aggr(If(Max(TOTAL &amp;lt;id&amp;gt; date) = date, Sum(1), 0), id, date))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 22:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126529#M8846</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-25T22:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126530#M8847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above worked. Another question, if I am looking the change in records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now with the above, I get this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id,date, Records count&lt;/P&gt;&lt;P&gt;A,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 01/01/2018,&lt;/SPAN&gt; 18&lt;/P&gt;&lt;P&gt;B,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;02/03/2018,&lt;/SPAN&gt;26&lt;/P&gt;&lt;P&gt;C&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, 03/03/2018,&lt;/SPAN&gt;31&lt;/P&gt;&lt;P&gt;D,&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;04/05/2018&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,&lt;/SPAN&gt;44&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to see this&lt;/P&gt;&lt;P&gt;A,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 01/01/2018,&lt;/SPAN&gt; 18&lt;/P&gt;&lt;P&gt;B,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;02/03/2018,(&lt;/SPAN&gt;26 - 18)&lt;/P&gt;&lt;P&gt;C&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, 03/03/2018,(&lt;/SPAN&gt;31 - 26)&lt;/P&gt;&lt;P&gt;D,&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;04/05/2018&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,(&lt;/SPAN&gt;44 - 31)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be achieved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126530#M8847</guid>
      <dc:creator>garry107</dc:creator>
      <dc:date>2018-07-26T14:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126531#M8848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(count), -Above(Sum(count))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126531#M8848</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-26T14:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126532#M8849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where to insert set identifier '1'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126532#M8849</guid>
      <dc:creator>garry107</dc:creator>
      <dc:date>2018-07-26T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126533#M8850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126533#M8850</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-26T14:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126534#M8851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the above expression, I dont need the chart to change with any date selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126534#M8851</guid>
      <dc:creator>garry107</dc:creator>
      <dc:date>2018-07-26T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126535#M8852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh okay... may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RangeSum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({1} count), -Above(Sum({1} count))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126535#M8852</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-26T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126536#M8853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if the data is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DATES:&lt;BR /&gt;LOAD id, Date#(date) as date, status INLINE [&lt;BR /&gt;id, date, Area, State&lt;BR /&gt;A, 01/01/2018, 18, Open&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;B, 02/02/2018, 25&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; ,Closed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;B, 02/03/2018, 26&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Open &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;C, 03/03/2018, 31&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; ,Closed&lt;/SPAN&gt;&lt;BR /&gt;D, 04/04/2018, 42&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Open &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;D,&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;04/05/2018&lt;/SPAN&gt;, 43&amp;nbsp;&amp;nbsp; ,Closed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;D, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;04/05/2018&lt;/SPAN&gt;, 44,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Open &lt;/SPAN&gt;&lt;/SPAN&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;same requirement with state = closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 17:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126536#M8853</guid>
      <dc:creator>garry107</dc:creator>
      <dc:date>2018-07-26T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126537#M8854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same requirement? as in the first requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126537#M8854</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-26T18:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126538#M8855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes same requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(Aggr(If(Max(TOTAL &amp;lt;id&amp;gt; date) = date, Sum(1), 0), id, date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The above gives me for each ID what was the count of records with max(Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Requirement is to see the above with State is closed&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126538#M8855</guid>
      <dc:creator>garry107</dc:creator>
      <dc:date>2018-07-26T18:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126539#M8856</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;&lt;STRONG&gt;Sum({&amp;lt;state = {'closed'}&amp;gt;} Aggr(If(Max({&amp;lt;state = {'closed'}&amp;gt;} TOTAL &amp;lt;id&amp;gt; date) = Only({&amp;lt;state = {'closed'}&amp;gt;} date), Sum({&amp;lt;state = {'closed'}&amp;gt;} 1), 0), id, date))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126539#M8856</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-26T18:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126540#M8857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126540#M8857</guid>
      <dc:creator>garry107</dc:creator>
      <dc:date>2018-07-26T18:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Max date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126541#M8858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to derive the max of above value as a Reference line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RangeSum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(If(Max(TOTAL &amp;lt;id&amp;gt; date) = date, Sum(1), 0), id, date)&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;-Above(Sum(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(If(Max(TOTAL &amp;lt;id&amp;gt; date) = date, Sum(1), 0), id, date)&lt;/STRONG&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;for this?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 17:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Max-date/m-p/126541#M8858</guid>
      <dc:creator>garry107</dc:creator>
      <dc:date>2018-07-31T17:44:19Z</dc:date>
    </item>
  </channel>
</rss>

