<?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 QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281197#M401694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, thanks you for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to see max date on front end view, I don't want to avoid data coming in to data model bcoz I need history &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2017 16:51:25 GMT</pubDate>
    <dc:creator>dseelam</dc:creator>
    <dc:date>2017-02-15T16:51:25Z</dc:date>
    <item>
      <title>MAX Date</title>
      <link>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281195#M401692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to put this in to question, please check the attachments first &lt;/P&gt;&lt;P&gt;results needed in QVW - I want to see only one A in the column test with max date as 1/2/2017 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281195#M401692</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2017-02-15T16:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: MAX Date</title>
      <link>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281196#M401693</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;test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[receipt date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[TEST*.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (test)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load test,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Max([receipt date]) as [receipt date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By test;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281196#M401693</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T16:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: MAX Date</title>
      <link>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281197#M401694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, thanks you for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to see max date on front end view, I don't want to avoid data coming in to data model bcoz I need history &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281197#M401694</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2017-02-15T16:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: MAX Date</title>
      <link>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281198#M401695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use a left join with a flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[receipt date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[TEST*.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (test)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load test,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Max([receipt date]) as [receipt date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By test;&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/153223_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use the flag to restrict seeing the latest test value&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAX-Date/m-p/1281198#M401695</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T16:53:43Z</dc:date>
    </item>
  </channel>
</rss>

