<?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: Chronologically Sorting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640965#M1090764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nitin, Your second expression should be using Date() instead of Date#().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 04:55:41 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-05-21T04:55:41Z</dc:date>
    <item>
      <title>Chronologically Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640962#M1090761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart where the X axis uses the field PERIOD which has the following date format: YYYY/MMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;2013/jun&lt;/LI&gt;&lt;LI&gt;2013/aug&lt;/LI&gt;&lt;LI&gt;2014/feb&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sort the X axis chronologically (first order by year and then by month: january, february, march...), but I couldn't do it so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to build the PERIOD field, I used: YEAR (DATE) &amp;amp; '/' &amp;amp; MONTH (DATE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I do this?&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, 21 May 2014 04:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640962#M1090761</guid>
      <dc:creator />
      <dc:date>2014-05-21T04:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chronologically Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640963#M1090762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the sort expression you provide this and say Ascending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(PERIOD,'YYYY/MMM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 04:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640963#M1090762</guid>
      <dc:creator />
      <dc:date>2014-05-21T04:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chronologically Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640964#M1090763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use monthname(Date) which will give you year month in numeric format.&lt;/P&gt;&lt;P&gt;Then it will easily sort out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;moreover you can also use&lt;/P&gt;&lt;P&gt;OR you can also use&lt;/P&gt;&lt;P&gt;date#(makedate(year(Date),month(Date),1),'YYYY/MMM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 04:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640964#M1090763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T04:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chronologically Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640965#M1090764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nitin, Your second expression should be using Date() instead of Date#().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 04:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640965#M1090764</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-21T04:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Chronologically Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640966#M1090765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chronologically-Sorting/m-p/640966#M1090765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T05:02:03Z</dc:date>
    </item>
  </channel>
</rss>

