<?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 Sort Order of Month-Day Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084136#M361022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a bar chart that is comparing total amount based on month/day, which is a created the field created by MONTH(DateField) &amp;amp; "-" &amp;amp; DAY(DateField). I am having issues with the dates showing in the correct order on the axis. I was able to put the months in order by doing a match statement. What is the best way to go about putting the months/days in order? Is there a different way to create the month/day field that will automatically put them in order?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 15:18:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-08T15:18:27Z</dc:date>
    <item>
      <title>Sort Order of Month-Day Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084136#M361022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a bar chart that is comparing total amount based on month/day, which is a created the field created by MONTH(DateField) &amp;amp; "-" &amp;amp; DAY(DateField). I am having issues with the dates showing in the correct order on the axis. I was able to put the months in order by doing a match statement. What is the best way to go about putting the months/days in order? Is there a different way to create the month/day field that will automatically put them in order?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084136#M361022</guid>
      <dc:creator />
      <dc:date>2016-04-08T15:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order of Month-Day Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084137#M361023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create this field like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Dual(&lt;/SPAN&gt;Month(DateField) &amp;amp; "-" &amp;amp; Day(DateField)&lt;SPAN style="color: #ff0000;"&gt;, DateField)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 16:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084137#M361023</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T16:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order of Month-Day Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084138#M361024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe also possible to create dual values (instead of your text only values):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14601637579417871 jive_text_macro" jivemacro_uid="_14601637579417871"&gt;
&lt;P&gt;Date(DateField,'MMM-DD') as [Month-Day]&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want to unify the year in order to compare your &lt;SPAN style="font-size: 13.3333px;"&gt;Month-Days between different years:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14601637542273532 jive_text_macro" jivemacro_uid="_14601637542273532"&gt;
&lt;P&gt;Date(SetDateYear(DateField,2000),'MMM-DD') as [Month-Day]&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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>Sat, 09 Apr 2016 01:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084138#M361024</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-04-09T01:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order of Month-Day Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084139#M361025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can sort by expression in the sort tab of the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;max(DateField) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" height="387" src="https://community.qlik.com/legacyfs/online/121106_1.png" style="height: 386.575px; width: 584px;" width="583" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2016 11:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084139#M361025</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-04-09T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order of Month-Day Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084140#M361026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better create a autonumber on that field in the edit script like YearDateNum and use this in the chart -&amp;gt; sort-&amp;gt;expression-&amp;gt;YearDateNum;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2016 11:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084140#M361026</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-09T11:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order of Month-Day Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084141#M361027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2016 12:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-Month-Day-Dimension/m-p/1084141#M361027</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-09T12:24:04Z</dc:date>
    </item>
  </channel>
</rss>

