<?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 not displayed for Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110726#M909629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah Ruben,&amp;nbsp; If more than one dimensions though it is conditional, then drill-down stops working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 13:41:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-14T13:41:45Z</dc:date>
    <item>
      <title>Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110717#M909620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QVExperts,&lt;/P&gt;&lt;P&gt;In a calculated dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(DateModeLatest='Yearly',YEARNAME(DATE(WRNTY_PUR_DT)),IF(DateModeLatest='Monthly',&lt;/P&gt;&lt;P&gt;//MONTHNAME(DATE(WRNTY_PUR_DT)),&lt;/P&gt;&lt;P&gt;Month(Date(WRNTY_PUR_DT)) &amp;amp; ' '&amp;amp; Year(Date(WRNTY_PUR_DT)),&lt;/P&gt;&lt;P&gt;DUAL(Pick(Match(Month(WRNTY_PUR_DT), 'Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov'),&lt;/P&gt;&lt;P&gt;'1Q','1Q','1Q','2Q','2Q','2Q','3Q','3Q','3Q','4Q','4Q','4Q')&lt;/P&gt;&lt;P&gt;&amp;amp; If( Month(WRNTY_PUR_DT) = 12, Right(Year(WRNTY_PUR_DT),2)+1, Right(Year(WRNTY_PUR_DT),2) )&lt;/P&gt;&lt;P&gt;, QuarterStart( WRNTY_PUR_DT,0,12))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use, MONTHNAME(DATE(WRNTY_PUR_DT)), MonthNames are not sorted. Also for January Month, only year is&amp;nbsp; displaying.&lt;/P&gt;&lt;P&gt;When i use, Month(Date(WRNTY_PUR_DT)) &amp;amp; ' '&amp;amp; Year(Date(WRNTY_PUR_DT)), the values are not sorted.&lt;/P&gt;&lt;P&gt;Please find the image below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sort2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127792_Sort2.jpg" style="height: 496px; width: 620px;" /&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-not-displayed-for-Month/m-p/1110717#M909620</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110718#M909621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi, those values are strings so the numeric sort won't work, to keep the numeric internal value you can use a date with a format, ie:&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;"MONTHNAME(DATE(WRNTY_PUR_DT))" can be translated as "&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DATE(WRNTY_PUR_DT, 'MMM YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 11:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110718#M909621</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-06-14T11:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110719#M909622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use MonthName() ?&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;MonthName(WRNTY_PUR_DT)&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;or if you like another format:&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;Date(Monthstart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WRNTY_PUR_DT),' YYYY-MMM' )&lt;/SPAN&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;&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;Both create dual values and should be easy to sort in your chart.&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 11:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110719#M909622</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-14T11:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110720#M909623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl, Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use MonthName &amp;amp; Date(MonthStart(WRNTY_PUR_DT), i am getting below.&lt;/P&gt;&lt;P&gt;Dec2012 shown as 1Q13&lt;/P&gt;&lt;P&gt;Jan2013 shown as 2013&lt;/P&gt;&lt;P&gt;Feb2013 is correct&lt;/P&gt;&lt;P&gt;Mar2013 shown as 2Q13&lt;/P&gt;&lt;P&gt;Apr2013 is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sort3.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127802_Sort3.jpg" style="height: 465px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110720#M909623</guid>
      <dc:creator />
      <dc:date>2016-06-14T12:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110721#M909624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems somehow that your if() statement executes different branches per date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateModeLatest related to e.g.Product Category or other relevant fields?&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;Try with a single function in your calculated dimension:&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;MonthName(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WRNTY_PUR_DT)&lt;/SPAN&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;&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;Do you still see different formats and sorting not correctly?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110721#M909624</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-14T12:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110722#M909625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl, Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try going for individual dimensions for Yearly, Quarterly &amp;amp; Monthly if 'Enable Conditional' All Yearwise, Quarterwise, Monthwise values are sorted properly as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my DrillDown Group is not showing the icon to further drill down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;IMG alt="Sort4.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127821_Sort4.jpg" style="height: 496px; width: 620px;" /&gt;&lt;IMG alt="Sort5.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/127822_Sort5.jpg" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110722#M909625</guid>
      <dc:creator />
      <dc:date>2016-06-14T13:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110723#M909626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have a drill down group created for your calendar fields, do you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110723#M909626</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-14T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110724#M909627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Swuehl. It is only for Product Category, Client, Band ,etc [For Dimension columns]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110724#M909627</guid>
      <dc:creator />
      <dc:date>2016-06-14T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110725#M909628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for my understanding your issue is that adding the 3 conditional dimensions (I suppose only one is enabled at a time) then your drill-down stops working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I tried with a very simple sample and I didn't found that issue. Maybe there is some change that affected values at some level of the group? If you remove the conditional dimensions it works again?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110725#M909628</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-06-14T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110726#M909629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah Ruben,&amp;nbsp; If more than one dimensions though it is conditional, then drill-down stops working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110726#M909629</guid>
      <dc:creator />
      <dc:date>2016-06-14T13:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110727#M909630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i try providing calculated dimension like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am shown with all the values. But the month is not sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(DateModeLatest='Yearly',YEARNAME(DATE(WRNTY_PUR_DT)),&lt;/P&gt;&lt;P&gt;IF(DateModeLatest='Monthly',MONTH(DATE(WRNTY_PUR_DT,'YYYYDDMM')) &amp;amp; ' ' &amp;amp; YEAR(DATE(WRNTY_PUR_DT,'YYYYDDMM')),&lt;/P&gt;&lt;P&gt;DUAL(Pick(Match(Month(WRNTY_PUR_DT), 'Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov'),&lt;/P&gt;&lt;P&gt;'1Q','1Q','1Q','2Q','2Q','2Q','3Q','3Q','3Q','4Q','4Q','4Q') &amp;amp; If( Month(WRNTY_PUR_DT) = 12, Right(Year(WRNTY_PUR_DT),2)+1, Right(Year(WRNTY_PUR_DT),2) )&lt;/P&gt;&lt;P&gt;, QuarterStart( WRNTY_PUR_DT,0,12))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year &amp;amp; Quarter are perfectly already. Only the issue with Month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110727#M909630</guid>
      <dc:creator />
      <dc:date>2016-06-14T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110728#M909631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think I can follow what you are describing.&lt;/P&gt;&lt;P&gt;And I am not sure why you use conditional enablement of your calendar dimensions at all, and how the DateModeLates fields play a role here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post a small sample QVW that demonstrates your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110728#M909631</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-14T13:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110729#M909632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If only monthly is causing the issue, try applying the same logic to make it a dual value (using dual or creating a date field)&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;"MONTH(DATE(WRNTY_PUR_DT,'YYYYDDMM')) &amp;amp; ' ' &amp;amp; YEAR(DATE(WRNTY_PUR_DT,'YYYYDDMM'))"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can be converted to:&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WRNTY_PUR_DT, 'MMM YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110729#M909632</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-06-14T13:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not displayed for Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110730#M909633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a list box, DateModest, which has three values, Yearly, Quarterly &amp;amp; Monthly.&lt;/P&gt;&lt;P&gt;We have a drill down group which comprises Product Category, Client, Band, etc&lt;/P&gt;&lt;P&gt;Now in the chart, we have one calculated dimension, if DateModest List box values selected Yearly displays in Year. If selected Monthly displays in Month. If selected in Quarter, it displays in Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if selected Yearly, Quarterly, it displays correctly &amp;amp; also sorted correctly.&lt;/P&gt;&lt;P&gt;But when i use MonthName, then only for January, i could see year for ex; Jan 2013 means it display as 2013.&lt;/P&gt;&lt;P&gt;But when i use IF(DateModeLatest='Monthly',MONTH(DATE(WRNTY_PUR_DT,'YYYYDDMM')) &amp;amp; ' ' &amp;amp; YEAR(DATE(WRNTY_PUR_DT,'YYYYDDMM')), i have all the values displays correctly but not sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now the issue is the month not sorted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-displayed-for-Month/m-p/1110730#M909633</guid>
      <dc:creator />
      <dc:date>2016-06-14T13:52:12Z</dc:date>
    </item>
  </channel>
</rss>

