<?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: Max Date in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598454#M221584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/114737"&gt;Problem creating the report to show only latest status of the project&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/517721"&gt;Re: Re: Set analysis - count values for latest possible date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 20:43:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-05T20:43:41Z</dc:date>
    <item>
      <title>Max Date in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598451#M221581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I need to include max date in expression . Can anyone help me how to write it.&lt;/P&gt;&lt;P&gt;I tried aggr(max)&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Rating={'NR'}&amp;gt;}Rating)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to include max(Rating Date) into the above expression . I am using bar chart .&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 20:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598451#M221581</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-05-05T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598452#M221582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it max date of date selected, or maybe max date of some chart dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 20:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598452#M221582</guid>
      <dc:creator />
      <dc:date>2014-05-05T20:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598453#M221583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its max date of dimension which is called rating date &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 20:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598453#M221583</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-05-05T20:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598454#M221584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/114737"&gt;Problem creating the report to show only latest status of the project&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/517721"&gt;Re: Re: Set analysis - count values for latest possible date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 20:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598454#M221584</guid>
      <dc:creator />
      <dc:date>2014-05-05T20:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598455#M221585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;Rating={'NR'},RatingDate={$(=Max(RatingDate))}&amp;gt;}Rating)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 02:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598455#M221585</guid>
      <dc:creator>kangaroomac</dc:creator>
      <dc:date>2014-05-06T02:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598456#M221586</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count({&amp;lt;Rating={'NR'}, [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rating Date&lt;/SPAN&gt;] = {'$(=Date(Max([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rating Date&lt;/SPAN&gt;])))'}&amp;gt;}Rating)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 02:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-expression/m-p/598456#M221586</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-06T02:33:18Z</dc:date>
    </item>
  </channel>
</rss>

