<?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 How to sort Date in format YYYY-NameMonth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097849#M364589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date as dimension. The format of this date is for example 2015-Jan, 2015-Feb,...,2016-May, etc. But in my charts i cant find a way to order it. I need that be ordered by normal time-line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(in some graphs the order is ok, but in others no. Dont know why &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 15:19:13 GMT</pubDate>
    <dc:creator>slondono</dc:creator>
    <dc:date>2016-05-31T15:19:13Z</dc:date>
    <item>
      <title>How to sort Date in format YYYY-NameMonth</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097849#M364589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date as dimension. The format of this date is for example 2015-Jan, 2015-Feb,...,2016-May, etc. But in my charts i cant find a way to order it. I need that be ordered by normal time-line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(in some graphs the order is ok, but in others no. Dont know why &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 15:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097849#M364589</guid>
      <dc:creator>slondono</dc:creator>
      <dc:date>2016-05-31T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort Date in format YYYY-NameMonth</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097850#M364590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your dimension to a calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(Periodo, 'YYYY-MMM'), 'YYYY-MMM')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 15:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097850#M364590</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort Date in format YYYY-NameMonth</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097851#M364591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;In order expression, if this Date is text format then use&lt;/P&gt;&lt;P&gt;=Max({1} MakeDate(Subfield(Date,'-',1),Month(Month#(Subfield(Date,'-',1),'MMM'))))&lt;/P&gt;&lt;P&gt;but if your Date is in Date format, then use:&lt;/P&gt;&lt;P&gt;=Max({1} Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 15:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097851#M364591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T15:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort Date in format YYYY-NameMonth</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097852#M364592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Theres no need to change the dimension to a calculated dimension, just put the sentence in the Order by Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So much Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 15:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097852#M364592</guid>
      <dc:creator>slondono</dc:creator>
      <dc:date>2016-05-31T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort Date in format YYYY-NameMonth</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097853#M364593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is an alternative. I like to let my dimension drive the sort rather than adding an extra expression on sort tab. But yes, that def. works as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 15:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-Date-in-format-YYYY-NameMonth/m-p/1097853#M364593</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T15:40:45Z</dc:date>
    </item>
  </channel>
</rss>

