<?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 Not in date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168826#M39846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Moshegolan &amp;amp; Tom. It is working.&lt;BR /&gt;Still I am unable to understand why Mindate: 39753,Maxdate:39844 got as a result previously.&lt;BR /&gt;Is it a garbage value or what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 May 2010 12:13:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-28T12:13:42Z</dc:date>
    <item>
      <title>Not in date format</title>
      <link>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168823#M39843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am woking on the following set of data:&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;ID,StartDate,EndDate&lt;BR /&gt;1,1/1/2009,1/12/2009&lt;BR /&gt;1,1/22/2009,1/31/2009&lt;BR /&gt;2,1/1/2009,1/31/2009&lt;BR /&gt;3,1/10/2009,1/27/2009&lt;BR /&gt;4,1/1/2009,1/12/2009&lt;BR /&gt;1,12/23/2008,12/30/2008&lt;BR /&gt;1,11/1/2008,12/1/2008&lt;BR /&gt;2,11/30/2008,12/31/2008&lt;BR /&gt;3,12/10/2008,12/27/2008&lt;BR /&gt;4,11/27/2008,12/15/2008&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;now i want to get the min and max date by writing :&lt;/P&gt;&lt;P&gt;load min(StartDate) as minDate,&lt;BR /&gt; max(EndDate) as maxDate&lt;BR /&gt;resident Data;&lt;/P&gt;&lt;P&gt;It is showing following result:&lt;/P&gt;&lt;P&gt;Mindate: 39753&lt;/P&gt;&lt;P&gt;Maxdate:39844&lt;/P&gt;&lt;P&gt;It is not in date format. While i used&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;in the starting.&lt;/P&gt;&lt;P&gt;Please clarify it.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 08:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168823#M39843</guid>
      <dc:creator />
      <dc:date>2010-05-28T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Not in date format</title>
      <link>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168824#M39844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;U can try this solution :&lt;/P&gt;&lt;P&gt;load date(min(StartDate)) as minDate,&lt;BR /&gt;date( max(EndDate)) as maxDate&lt;BR /&gt;resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 09:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168824#M39844</guid>
      <dc:creator />
      <dc:date>2010-05-28T09:17:59Z</dc:date>
    </item>
    <item>
      <title>Not in date format</title>
      <link>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168825#M39845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think this one will the best one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load min(Date(StartDate)) as minDate, max(Date(EndDate)) as maxDate resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 09:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168825#M39845</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2010-05-28T09:27:49Z</dc:date>
    </item>
    <item>
      <title>Not in date format</title>
      <link>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168826#M39846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Moshegolan &amp;amp; Tom. It is working.&lt;BR /&gt;Still I am unable to understand why Mindate: 39753,Maxdate:39844 got as a result previously.&lt;BR /&gt;Is it a garbage value or what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 12:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168826#M39846</guid>
      <dc:creator />
      <dc:date>2010-05-28T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Not in date format</title>
      <link>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168827#M39847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansi,&lt;/P&gt;&lt;P&gt;These values are not garbage values. These are the number representation of that particular dates. Actually if you go through the reference manual you will find that, in QlikView date starts from a particulr date which I dont remeber now, So that date is given a particular number representation and each date after that is incremented by some value. So each and every date in QlikView has its own number representation. Only if the foramat for a specific date is specified, the number representation is converted to its particular date format. Hope this helps. For more info refer reference manual.&lt;/P&gt;&lt;P&gt;Thanks joseph........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 12:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168827#M39847</guid>
      <dc:creator />
      <dc:date>2010-05-28T12:53:21Z</dc:date>
    </item>
    <item>
      <title>Not in date format</title>
      <link>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168828#M39848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in simplest way min date is oldest date&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Max date is higest date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 13:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168828#M39848</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2010-05-28T13:02:44Z</dc:date>
    </item>
    <item>
      <title>Not in date format</title>
      <link>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168829#M39849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Thopz it is really worth while info.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;I have posted one more issue ie &lt;A href="http://community.qlik.com/forums/p/29697/114180.aspx#114180"&gt;http://community.qlik.com/forums/p/29697/114180.aspx#114180&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you have any idea regarding this pls let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 13:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-in-date-format/m-p/168829#M39849</guid>
      <dc:creator />
      <dc:date>2010-05-28T13:22:14Z</dc:date>
    </item>
  </channel>
</rss>

