<?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 date sort in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-sort/m-p/953030#M327660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to sort this chart-&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102921_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried every possible option but not able to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2015 13:37:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-23T13:37:10Z</dc:date>
    <item>
      <title>date sort</title>
      <link>https://community.qlik.com/t5/QlikView/date-sort/m-p/953030#M327660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to sort this chart-&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102921_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried every possible option but not able to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 13:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-sort/m-p/953030#M327660</guid>
      <dc:creator />
      <dc:date>2015-10-23T13:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: date sort</title>
      <link>https://community.qlik.com/t5/QlikView/date-sort/m-p/953031#M327661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sesa Stone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you want to sort?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-sort/m-p/953031#M327661</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-23T14:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: date sort</title>
      <link>https://community.qlik.com/t5/QlikView/date-sort/m-p/953032#M327662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try the following sort expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date#(YourDimensionName, 'D-MMM-YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-sort/m-p/953032#M327662</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-23T14:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: date sort</title>
      <link>https://community.qlik.com/t5/QlikView/date-sort/m-p/953033#M327663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably because the X- axis field is a string field and not a date field. With that date format, you cannot easily sort the strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Convert the field to a date field during the load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myDatefield as strDateField,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#(&lt;SPAN style="font-size: 13.3333px;"&gt;myDatefield, 'd-MMM-yyyy')) As DateField,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then use DateField&amp;nbsp; as the dimension and sort numerically. C&lt;/SPAN&gt;hange the field names to suit your document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-sort/m-p/953033#M327663</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-23T14:08:03Z</dc:date>
    </item>
  </channel>
</rss>

