<?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 Load: Max Date-Time field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998473#M963877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field (TransactionDate) that is a date and time ('DD/MM/YYYY HH:MM;SS')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to return the Max(TransactionDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment the above function is not returning an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function also needs to be load script friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 15:30:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-16T15:30:39Z</dc:date>
    <item>
      <title>Load: Max Date-Time field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998473#M963877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field (TransactionDate) that is a date and time ('DD/MM/YYYY HH:MM;SS')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to return the Max(TransactionDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment the above function is not returning an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function also needs to be load script friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998473#M963877</guid>
      <dc:creator />
      <dc:date>2015-10-16T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load: Max Date-Time field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998474#M963879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe your date is not recognized as a date, Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TimeStamp(TimeStamp#(TransactionDate, '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'DD/MM/YYYY hh:mm:ss')) as TransactionDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use &lt;STRONG&gt;Max(TransactionDate)&lt;/STRONG&gt; for a numbered result or TimeStamp(&lt;STRONG style="font-size: 13.3333px;"&gt;Max(TransactionDate)) &lt;/STRONG&gt;for Timestamp result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998474#M963879</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load: Max Date-Time field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998475#M963882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998475#M963882</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-16T15:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load: Max Date-Time field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998476#M963884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;School boy error...It turns out my input was text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 09:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Max-Date-Time-field/m-p/998476#M963884</guid>
      <dc:creator />
      <dc:date>2015-11-25T09:32:15Z</dc:date>
    </item>
  </channel>
</rss>

