<?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: Order By date not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592959#M682019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;SPAN class="j-post-author"&gt; angellineeee,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at first please check that your DateFormat is set correctly in your load script.&lt;/P&gt;&lt;P&gt;In our case it should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Name,Address,Date#(Birthday, 'DD/MM/YYYY') as Birthday&lt;/P&gt;&lt;P&gt;Resident Details&lt;/P&gt;&lt;P&gt;Order By Name,Date#(Birthday, 'DD/MM/YYYY') desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 08:39:55 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-03-19T08:39:55Z</dc:date>
    <item>
      <title>Order By date not working</title>
      <link>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592956#M682016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried order by date and it's not working is there any other way to sort that column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;LOAD Name,Address,Birthday&lt;/P&gt;&lt;P&gt;Resident Details&lt;/P&gt;&lt;P&gt;Order By Name,Birthday desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the table to load the latest date data first.&lt;/P&gt;&lt;P&gt;Birthday format is in&amp;nbsp; DD/MM/YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 07:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592956#M682016</guid>
      <dc:creator />
      <dc:date>2014-03-19T07:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Order By date not working</title>
      <link>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592957#M682017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Name,Address,Birthday&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Details&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Order By Name,Num(Birthday) desc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 07:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592957#M682017</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-19T07:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Order By date not working</title>
      <link>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592958#M682018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Name,Address,Date(Birthday) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Birthday&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Details&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Order By Name,Date(Birthday) desc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 07:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592958#M682018</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-19T07:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Order By date not working</title>
      <link>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592959#M682019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;SPAN class="j-post-author"&gt; angellineeee,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at first please check that your DateFormat is set correctly in your load script.&lt;/P&gt;&lt;P&gt;In our case it should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Name,Address,Date#(Birthday, 'DD/MM/YYYY') as Birthday&lt;/P&gt;&lt;P&gt;Resident Details&lt;/P&gt;&lt;P&gt;Order By Name,Date#(Birthday, 'DD/MM/YYYY') desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 08:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592959#M682019</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-03-19T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Order By date not working</title>
      <link>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592960#M682020</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;I think you need to format the date like this before ordering, currently your date field is considering as string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Eg.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Name,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Address,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Date#(Birthday, 'DD/MM/YYYY')) AS&lt;/SPAN&gt; Birthday&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Details&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Order By Name, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date#(Birthday, 'DD/MM/YYYY') &lt;/SPAN&gt;desc;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 08:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592960#M682020</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-03-19T08:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Order By date not working</title>
      <link>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592961#M682021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it right to order by name, birthday?&lt;/P&gt;&lt;P&gt;This means each name has different birthday which need to be ordered.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-By-date-not-working/m-p/592961#M682021</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-03-19T09:09:32Z</dc:date>
    </item>
  </channel>
</rss>

