<?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: Sort order &amp;quot;months&amp;quot; on Combo chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881306#M12220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorted x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;used &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;if([Arrival Month]='Jan',1,&lt;/SPAN&gt;...&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;if([Arrival Month]='Feb',2,&amp;nbsp; and so on and solved the issue. &lt;/SPAN&gt;&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: 12px;"&gt;Kind Regards &lt;/SPAN&gt;&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: 12px;"&gt;Joeybird &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 09:34:13 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2015-05-20T09:34:13Z</dc:date>
    <item>
      <title>Sort order "months" on Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881301#M12215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know hoe to sort months on a combo chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense... even tried moving the order of dimensions and no joy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have tried descending, ascending, numeric and even the following as an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Arrival Month]='Jan',1,if([Arrival Month]='A',2,3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oct is second and Feb is last &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know how to fix it please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 15:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881301#M12215</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-05-18T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sort order "months" on Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881302#M12216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually let the months sort themselves out. Can you try to explain why that doesn't work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 15:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881302#M12216</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-18T15:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sort order "months" on Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881303#M12217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no idea...sorting works fine if a bar chart...but combo chart no...tried everything...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can order by alphabetically that works, but not numerically &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there away of amending the expression below to sort months &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: 12px;"&gt;if([Arrival Month]='Jan',1,if([Arrival Month]='A',2,3))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&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; font-size: 12px;"&gt;or a straight forward order by "expression" for months please?&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; font-size: 12px;"&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; font-size: 12px;"&gt;Kind regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&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; font-size: 12px;"&gt;joeybird &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 16:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881303#M12217</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-05-18T16:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sort order "months" on Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881304#M12218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea. It's meaningless to me without context. I've never encountered a month 'A' before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 16:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881304#M12218</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-18T16:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sort order "months" on Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881305#M12219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a new user to QlikSense, so may have this totally wrong or be oversimplifying, but I recently posted a similar question for bar charts and discovered two things that helped me get months shorted chronologically:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Don't load month and year data separately from your data source.&amp;nbsp; Load a single date that includes month and year and order by this dimension (by dragging it to the top of your list in the 'data' menu of QlikSense).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you are loading data from Excel, you will need to translate Excel's serial number format into something usable in QlikSense.&amp;nbsp; I used the formula &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;date#(date(InvDate, 'MMM-YYYY'), 'MMM-YYYY') as Date&lt;/EM&gt; which gave me my loaded dates but with just the Month and Year (no Day) and the correct ordering.&amp;nbsp; InvDate is the name of my Excel data field that contains the date I wanted.&lt;/SPAN&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;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; font-size: 13px;"&gt;My question is posted here if you want to check it out: &lt;A href="https://community.qlik.com/thread/163938"&gt;How do I order months in a bar chart chronologically in QlikSense?&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 23:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881305#M12219</guid>
      <dc:creator />
      <dc:date>2015-05-18T23:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sort order "months" on Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881306#M12220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorted x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;used &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;if([Arrival Month]='Jan',1,&lt;/SPAN&gt;...&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;if([Arrival Month]='Feb',2,&amp;nbsp; and so on and solved the issue. &lt;/SPAN&gt;&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: 12px;"&gt;Kind Regards &lt;/SPAN&gt;&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: 12px;"&gt;Joeybird &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 09:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-order-quot-months-quot-on-Combo-chart/m-p/881306#M12220</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-05-20T09:34:13Z</dc:date>
    </item>
  </channel>
</rss>

