<?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 Get max date data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137885#M754002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one,&lt;/P&gt;&lt;P&gt;i have a date field like below in qvd&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;DATE&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;31/08/2018 12:00:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;30/09/2018 12:00:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;‌&lt;/P&gt;&lt;P&gt;I want load only maximum data that has max date. i.e.., want to load only 30/09/2018 only. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>viveksingh</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137885#M754002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one,&lt;/P&gt;&lt;P&gt;i have a date field like below in qvd&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;DATE&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;31/08/2018 12:00:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;30/09/2018 12:00:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;‌&lt;/P&gt;&lt;P&gt;I want load only maximum data that has max date. i.e.., want to load only 30/09/2018 only. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137885#M754002</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137886#M754003</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 with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Date(Max(Date#(Left(Date, 10), 'DD/MM/YYYY'))) as Date&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;31/08/2018 12:00:00 AM&lt;/P&gt;&lt;P&gt;30/09/2018 12:00:00 AM &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET sDATE = Peek('Date', 0 , 'ABC');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use the variable in the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="font-size: 13.3333px;"&gt;Date#(Left(Date, 10), 'DD/MM/YYYY') = sDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137886#M754003</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-10-05T08:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137887#M754004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌tried ... but no luck.&lt;/P&gt;&lt;P&gt; I converted into number and stored the max mumber in a variable. &lt;/P&gt;&lt;P&gt;where i used the variable it throws error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137887#M754004</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2018-10-05T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137888#M754005</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 with $(sDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137888#M754005</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-10-05T09:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137889#M754006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌here it is wor. But is not working with my data. &lt;/P&gt;&lt;P&gt;I Have a qvd with many fields, one of the fileld is date. all the records have two set of data one is for old date and other is for new date. I have to load only data with latest date. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137889#M754006</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2018-10-05T09:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137890#M754007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try this &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: 13px;"&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: 13px;"&gt;=MAX(NUM(DATE(FLOOR(Timestamp#(DATE)),'DD/MM/YYYY')))&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: 13px;"&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: 13px;"&gt;or &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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=MAX(NUM(DATE(FLOOR(Timestamp#(trim(DATE))),'DD/MM/YYYY')))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137890#M754007</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2018-10-05T09:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137891#M754008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(max(num(date(left(DATE,19))))) as DATE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;YourTable.qvd (qvd)&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DATE;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137891#M754008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-05T09:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137892#M754009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌not working. In qvd the date is in number format. I stored max in variable and whe I use the variable it is not working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137892#M754009</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2018-10-05T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137893#M754010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you post a sample file with your required output then it is going to be very easy to help and you will get the answer very quick. So, If you can please post a sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 11:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137893#M754010</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-10-05T11:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137894#M754011</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;first of all, i think you are reading "DATE" field from a database and don't be fooled by the format because that field is not a timestamp. if you make the field as a numeric you'll see only integer values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try this for getting your max value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table of facts]:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from X;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;num(max(Date)) as DataMax&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;[Table of facts]&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;drop table &lt;SPAN style="font-size: 13.3333px;"&gt;[Table of facts]&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDataMax = Peek('DataMax',-1,'Temp');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137894#M754011</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2018-10-05T13:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137895#M754012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below is sample data,&lt;/P&gt;&lt;P&gt;lets assume the data is in qvd,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215248_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/215250_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I'm able to convert date into number and max value in variable, when I use it in where condtion. it is throwing error. Looksa like I'm missing some syntax kind of thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137895#M754012</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2018-10-05T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137896#M754013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 00:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137896#M754013</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2018-10-07T00:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137897#M754014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple is below one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last_Updated_Date: &lt;/P&gt;&lt;P&gt;Load Max(YourDate) as Upload_Date &lt;/P&gt;&lt;P&gt;From [lib://QVD_INT (toi-bi_administrator)/TableName.qvd](qvd);&lt;/P&gt;&lt;P&gt;Let vMax_Date = date(PEEK('Upload_Date', 0, 'Last_Updated_Date'), 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;Drop Table Last_Updated_Date;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 07:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137897#M754014</guid>
      <dc:creator>nasirsaikh</dc:creator>
      <dc:date>2018-10-07T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137898#M754015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You Want Same Like This&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215277_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 08:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137898#M754015</guid>
      <dc:creator>sujan24s</dc:creator>
      <dc:date>2018-10-07T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get max date data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137899#M754016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the code and the output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Name,Dept,Sal,Date&lt;BR /&gt; ABC,IT,100,1/10/2018&lt;BR /&gt; ABC,IT,101,2/10/2018&lt;BR /&gt; DE,IT,150,1/10/2018&lt;BR /&gt; DE,IT,151,2/10/2018&lt;BR /&gt; JK,HR,80,1/10/2018&lt;BR /&gt; JK,HR,81,2/10/2018&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (Data)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Data&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;order&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;desc&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215278_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this helps...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 13:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-max-date-data/m-p/137899#M754016</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-10-07T13:08:00Z</dc:date>
    </item>
  </channel>
</rss>

