<?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: Problem with month order in bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577962#M214905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use monthname(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;H_MFECHA&lt;/SPAN&gt;) as your dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 09:51:10 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2014-02-27T09:51:10Z</dc:date>
    <item>
      <title>Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577955#M214898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a bar chart, i need to put the month of the year as dimension, in the data i have the date field and so i define a calculated dimension as year(H_MFECHA)&amp;amp;month(H_MFECHA).&lt;/P&gt;&lt;P&gt;The problem is that i have data from 03/2013 to 02/2014 and QV show in the bar chart 04/2013 as first month and 03/2013 as last month.&lt;/P&gt;&lt;P&gt;I attached an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 08:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577955#M214898</guid>
      <dc:creator>dcd123456</dc:creator>
      <dc:date>2014-02-27T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577956#M214899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this as dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=year(H_MFECHA)*100+month(H_MFECHA)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577956#M214899</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-02-27T09:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577957#M214900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using changing the month to a number, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-02-27_0922.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53946_2014-02-27_0922.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the use the SORT by numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-02-27_0924.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53947_2014-02-27_0924.png" style="width: 620px; height: 380px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577957#M214900</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-02-27T09:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577958#M214901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I have noticed an issue with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro seems to have the correct Answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577958#M214901</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-02-27T09:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577959#M214902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add next line to your script and use the field YearMonth as the dimension of the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;H_MFECHA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'YYYYMMM') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;YearMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Michiel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577959#M214902</guid>
      <dc:creator>mvanlutterveld</dc:creator>
      <dc:date>2014-02-27T09:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577960#M214903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use monthname() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577960#M214903</guid>
      <dc:creator />
      <dc:date>2014-02-27T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577961#M214904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To resolve in a chart&lt;/P&gt;&lt;P&gt;Add the below as dimension &lt;/P&gt;&lt;P&gt;=Date(MonthStart(H_MFECHA), 'YYYYMMM')&lt;/P&gt;&lt;P&gt;Set sort order Numeric as ascending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do it in script is better choice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577961#M214904</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-02-27T09:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577962#M214905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use monthname(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;H_MFECHA&lt;/SPAN&gt;) as your dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577962#M214905</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-02-27T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577963#M214906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;with the dimension as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=year(H_MFECHA)*100+month(H_MFECHA)&lt;/SPAN&gt;, the order of the month is correct but the display is like 201303 201304... it is possible to display the month like 2013mar 2013Apr&amp;nbsp; ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577963#M214906</guid>
      <dc:creator>dcd123456</dc:creator>
      <dc:date>2014-02-27T10:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577964#M214907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;monthname(&lt;/SPAN&gt;&lt;SPAN style="font-size: 11px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;H_MFECHA&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Date(MonthStart(H_MFECHA), 'YYYYMMM'), &lt;/SPAN&gt;the order is not correct, mar2013 is the last month instead the first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577964#M214907</guid>
      <dc:creator>dcd123456</dc:creator>
      <dc:date>2014-02-27T11:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577965#M214908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2014-02-27_1158.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53965_2014-02-27_1158.png" style="width: 620px; height: 322px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort by Numeric Value maybe, not Y Value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577965#M214908</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-02-27T11:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577966#M214909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create this variable in load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 12:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577966#M214909</guid>
      <dc:creator />
      <dc:date>2014-02-27T12:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577967#M214910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, with monthname(H_MFECHA) and sort by numeric Value the chart is correct&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 12:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577967#M214910</guid>
      <dc:creator>dcd123456</dc:creator>
      <dc:date>2014-02-27T12:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577968#M214911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/53958_Capture.PNG" style="width: 620px; height: 555px;" /&gt;&lt;/P&gt;&lt;P&gt;go to sort tab&lt;/P&gt;&lt;P&gt;check expression&lt;/P&gt;&lt;P&gt;write&amp;nbsp; "=num(H_MFECHA)"&lt;/P&gt;&lt;P&gt;uncheck ll other options.&lt;/P&gt;&lt;P&gt;it will sort correctly&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 12:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577968#M214911</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-02-27T12:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with month order in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577969#M214912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 12:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month-order-in-bar-chart/m-p/577969#M214912</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-02-27T12:27:41Z</dc:date>
    </item>
  </channel>
</rss>

