<?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 How to get max date from formatted text date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998558#M339550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;See attached qv file. I have a mix field of both text and date in the field i wanna format to a standard date to pick the max(Date) i.e the latest date data only. from the newly formated date field. See QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Nov 2015 07:26:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-15T07:26:07Z</dc:date>
    <item>
      <title>How to get max date from formatted text date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998558#M339550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;See attached qv file. I have a mix field of both text and date in the field i wanna format to a standard date to pick the max(Date) i.e the latest date data only. from the newly formated date field. See QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 07:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998558#M339550</guid>
      <dc:creator />
      <dc:date>2015-11-15T07:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get max date from formatted text date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998559#M339551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload excel file?&lt;/P&gt;&lt;P&gt;First, try to format column of Date as Date Format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 07:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998559#M339551</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-11-15T07:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get max date from formatted text date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998560#M339552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems the problem is you have this date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DateFormat='M/D/YYYY';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;date in excel is also in DD/MM/YYYY format (13/11/2015 DD/MM/YYYY)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105511_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;you can try to change the date format&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;or without change in the SET DateFormat &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;use the date functions (Date and Date#) in the load; if you post the excel I could check&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [S/N], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date as OldDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(alt(num(Date), Date#(Date, 'DD/MM/YYYY'))) as Date, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Target, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM &lt;/EM&gt;&lt;EM&gt;&lt;C&gt; &lt;/C&gt;&lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;(ooxml, embedded labels, table is [ summary]);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 08:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998560#M339552</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-15T08:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get max date from formatted text date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998561#M339553</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;Please check the attachment. (Max date on list-box)&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;hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 08:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998561#M339553</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2015-11-15T08:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get max date from formatted text date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998562#M339554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;NewSummary:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD [S/N], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Date as OldDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Date(alt(num(Date), Date#(Date, 'DD/MM/YYYY'))) as Date,&lt;/STRONG&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Target, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[summary II - Copy.xlsx] &lt;/EM&gt;&lt;EM&gt;(ooxml, embedded labels, table is [ summary]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="105529" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105529_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 10:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998562#M339554</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-15T10:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get max date from formatted text date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998563#M339555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try Alt function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 07:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-max-date-from-formatted-text-date/m-p/998563#M339555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T07:10:26Z</dc:date>
    </item>
  </channel>
</rss>

