<?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 and Min Date from Date Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404874#M815644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you are written this? &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'$(=(Max([Remedy_Date], 2)))'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2017 07:24:57 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-09-13T07:24:57Z</dc:date>
    <item>
      <title>Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404867#M815633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date field in Number format like original date below.I have converted that number format date to DD-MM-YY Format date like below with below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Remedy_Date,'DD-MM-YY') AS Remedy_Date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text box I have taken the max date like&amp;nbsp; '$(=Max([Remedy_Date]))' then I got the correct date as 09-09-17.&lt;/P&gt;&lt;P&gt;But while taking Min date like '$(=(Max([Remedy_Date])-1))' getting number format and wrong number also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on Min date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176327_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&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/Max-Date-and-Min-Date-from-Date-Format/m-p/1404867#M815633</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404868#M815636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try this in text box&lt;/P&gt;&lt;P&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; text-decoration: line-through;"&gt;'$(=&lt;STRONG&gt;Date&lt;/STRONG&gt; (Max([Remedy_Date])-1))'&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;'$(=&lt;STRONG&gt;Date&lt;/STRONG&gt; (Min([Remedy_Date])-1))'&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404868#M815636</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-13T07:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404869#M815639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you talk about Min date it should min, Right? &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'$(=(Min([Remedy_Date])))'&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;And for your question, Because of -1 it it reverting to Number format so then you should use this&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;'$(=(Date(Max([Remedy_Date])-1,'DD-MM-YY')))'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404869#M815639</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T07:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404870#M815640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for minimum date take&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;'$(=Min([Remedy_Date]))' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404870#M815640</guid>
      <dc:creator />
      <dc:date>2017-09-13T07:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404871#M815641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry wrong suggestion it will be MIN not MAX &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: 13px;"&gt;'$(=&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; (Min([Remedy_Date])-1))'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404871#M815641</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-13T07:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404872#M815642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavani,&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&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'$(=&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; (Min([Remedy_Date])))'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pratik Bhor&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404872#M815642</guid>
      <dc:creator>mostwanted123</dc:creator>
      <dc:date>2017-09-13T07:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404873#M815643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply. Actually I am expecting second max date. I have tried like the expression you have provided.&lt;/P&gt;&lt;P&gt;But I am getting 08-09-17 not 08-08-17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176328_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404873#M815643</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2017-09-13T07:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404874#M815644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you are written this? &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'$(=(Max([Remedy_Date], 2)))'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404874#M815644</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T07:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404875#M815645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below &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;=FirstSortedValue (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Remedy_Date],-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Remedy_Date],2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404875#M815645</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-13T07:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404876#M815646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In any text object how you can use &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Max([Remedy_Date], 2) &lt;/STRONG&gt;you need to aggregate then by your fields then you get the output or you can do this in the loading script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;Load&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;[Remedy_Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxMinDates:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;[Remedy_Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Min([Remedy_Date])&amp;nbsp; as MaxDate,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Max([Remedy_Date])&amp;nbsp; as MaxDateOne,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Max([Remedy_Date],2)&amp;nbsp; as MaxDateTwo&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;From Source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Group By &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Remedy_Date];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;And then use this fields in UI part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Hope this helps you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404876#M815646</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-13T07:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404877#M815647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get maxdate&lt;/P&gt;&lt;P&gt;'$(=Max([Remedy_Date]))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get mindate&lt;/P&gt;&lt;P&gt;'$(=(Min([Remedy_Date])))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get Second highest date&lt;/P&gt;&lt;P&gt;'$(=(Max([Remedy_Date], 2)))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tahemas Momin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404877#M815647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T08:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date and Min Date from Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404878#M815648</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;To get Second Highest Date&lt;/P&gt;&lt;P&gt;=Date(Max(Remedy_Date,2),'MM/DD/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 11:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-and-Min-Date-from-Date-Format/m-p/1404878#M815648</guid>
      <dc:creator>vinayakg</dc:creator>
      <dc:date>2017-09-13T11:22:42Z</dc:date>
    </item>
  </channel>
</rss>

