<?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: Problem with List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614825#M1104310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date#(Date,'DD/MM/YYYY')&amp;nbsp; as 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;"&gt;and list box properties -&amp;gt; sort-&amp;gt;Numeric-&amp;gt; acsending&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;or &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;list box properties -&amp;gt; sort-&amp;gt; Expression_&amp;gt; write below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(Date,'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 13:57:15 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-03-24T13:57:15Z</dc:date>
    <item>
      <title>Problem with List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614823#M1104308</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 have&amp;nbsp; straight table&amp;nbsp; with some columns.in this Date is also there .so here i am getting the Dates in a Perfect format only in the table. .but the problem is when i take only one field i.e "Date" the dates are not coming . Alternate years are coming.&amp;nbsp; .so how to sort the years like 2011,2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do in edit script window itself only. Please find the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614823#M1104308</guid>
      <dc:creator />
      <dc:date>2014-03-24T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614824#M1104309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView is actually treating your date as a text field.&amp;nbsp; In your dashboard, you need to either:&lt;/P&gt;&lt;P&gt;a) SET DateFormat='DD/MM/YYYY'; (in your load script)&lt;/P&gt;&lt;P&gt;b) When loading the date in, let QV know it is a date: date#(Date,'DD/MM/YYYY') as Date&lt;/P&gt;&lt;P&gt;c) Go to Document Properties &amp;gt; Number and set the Date field as a Date&lt;/P&gt;&lt;P&gt;d) On the list box, choose a calculated expression: date#(Date,'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614824#M1104309</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-24T13:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614825#M1104310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date#(Date,'DD/MM/YYYY')&amp;nbsp; as 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;"&gt;and list box properties -&amp;gt; sort-&amp;gt;Numeric-&amp;gt; acsending&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;or &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;list box properties -&amp;gt; sort-&amp;gt; Expression_&amp;gt; write below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(Date,'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614825#M1104310</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-03-24T13:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614826#M1104311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the object property, sort tab, you can put expression like num(Date) and order as ascending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614826#M1104311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T13:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614827#M1104312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roshan,&lt;/P&gt;&lt;P&gt;The data is in Text, convert it to date by&lt;/P&gt;&lt;P&gt;date(date) as date_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use the newly created date in the field and go to sort tab and check ascending..&lt;/P&gt;&lt;P&gt;it will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614827#M1104312</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-24T13:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614828#M1104313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried sorting the Date field in the List Box by Numeric Value Asc or Desc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614828#M1104313</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-03-24T14:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614829#M1104314</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;As Other People suggest you have to convert your date field into date format using date#() in your script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date#(date,'DD/MM/YYYY') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then at end use 'Order By' Clause.&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By Date;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-List-Box/m-p/614829#M1104314</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-24T14:35:34Z</dc:date>
    </item>
  </channel>
</rss>

