<?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: Sorting months chronologically in bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234360#M865409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get "bad field names" whenever I try any of these suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2016 14:05:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-09T14:05:56Z</dc:date>
    <item>
      <title>Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234357#M865406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My source data has a column called "CalendarMonth" and the months are listed out: April, May, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my bar chart, they are going from left to right: March, October, November, July, January, May, April, August, September, June, February, December.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want them to go chronologically Jan-Dec. I tried searching these forums, but still not getting it to work. I am not sure this applies to me: &lt;A href="https://community.qlikview.com/thread/163938" title="https://community.qlikview.com/thread/163938" target="_blank"&gt;How do I order months in a bar chart chronologi... | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234357#M865406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234358#M865407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your dimension to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(Month, 'MMMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then sort numerically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or help qlikview understand your date field and then you won't have to worry about front end calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(Month, 'MMMM') as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read about date in QlikView here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 01:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234358#M865407</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T01:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234359#M865408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more solution you can try as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Chart properties and then click on the Sort tab.&lt;/P&gt;&lt;P&gt;Under "Sort by" group un check everything except Expression&lt;/P&gt;&lt;P&gt;Select Ascending and paste the below fornula&lt;/P&gt;&lt;P&gt;Pick(Match(Calendar_Month,'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'),1,2,3,4,5,6,7,8,9,10,11,12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 01:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234359#M865408</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-12-09T01:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234360#M865409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get "bad field names" whenever I try any of these suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234360#M865409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234361#M865410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get "bad field names" when i try this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234361#M865410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T14:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234362#M865411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share more details as to where you are trying this? May be show some image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234362#M865411</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234363#M865412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="calendar month.PNG" class="jive-image image-1" src="/legacyfs/online/146195_calendar month.PNG" style="height: 386px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234363#M865412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T14:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234364#M865413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your field name Calendar_Month or CalendarMonth?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234364#M865413</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T14:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234365#M865414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh good catch, I removed the underscore. but the order still isnt right. see attached. &lt;IMG alt="calendarmonth.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146196_calendarmonth.PNG" style="height: 318px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234365#M865414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T14:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234366#M865415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using my approach?&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;Date#(Month, 'MMMM')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/trdandamudi"&gt;trdandamudi&lt;/A&gt;‌'s approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234366#M865415</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T14:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234367#M865416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see what the problem was, I just did your approach but changed it to CalendarMonth, instead of just Month. It worked!! Thank you so much!!!!!!!!!! I am very new to this and was just thrown into this project last minute, so I am learning everything as I go. You have been a huge help to me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234367#M865416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234368#M865417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are your months chronologically ordered when you make a listbox from the CalendarMonth ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234368#M865417</guid>
      <dc:creator />
      <dc:date>2016-12-09T14:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234369#M865418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used to use the same approach as Thirumala mentioned above. You said Bad Field Name is your field name -&amp;gt; "Calendar_Month" has an underscore or just CalendarMonth ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234369#M865418</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-12-09T14:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234370#M865419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On certain filters, there is zero data for some months. They are in chronological order now, but the months for where there is no data, they are at the end. I want to keep the zero value months, but i want them to appear in order. I also have a random blank spot after January that i need to remove. see attached.&lt;IMG alt="months.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146223_months.PNG" style="height: 230px; width: 620px;" /&gt;. see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 19:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234370#M865419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T19:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234371#M865420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give this a try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date#(&lt;SPAN style="color: #ff0000;"&gt;Only({1}&lt;/SPAN&gt; Month&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;, 'MMMM')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 01:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234371#M865420</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-10T01:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234372#M865421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked Sunny, but for some reason I still have a random blank spot at the end.&lt;IMG alt="months.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146280_months.PNG" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 17:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234372#M865421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-10T17:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234373#M865422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the dimension tab, you can select 'Suppress When Value Is Null' and those blanks will go away &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 00:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234373#M865422</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-11T00:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting months chronologically in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234374#M865423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have so much to learn. thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 15:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-months-chronologically-in-bar-chart/m-p/1234374#M865423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-11T15:42:58Z</dc:date>
    </item>
  </channel>
</rss>

