<?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 Month-Year by Month Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074827#M635531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 12:34:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-05T12:34:53Z</dc:date>
    <item>
      <title>Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074821#M635523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my chart, the data is all correct but my dimension is not sorting correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date(renewal_dt) &amp;lt;= date(GetFieldSelections(prod_dt))+182.5 and month(renewal_dt) &amp;lt;&amp;gt; month(GetFieldSelections(prod_dt))&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, month(renewal_dt) &amp;amp;' '&amp;amp; year(renewal_dt),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(renewal_dt &amp;gt; GetFieldSelections(prod_dt), year(renewal_dt),))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the dimension. It displays the next six months and then after that, just the years, based on whatever production date is chosen. Attached is a snapshot of how the dimension is displayed when I sort just numerically and have 10/31/15 selected as the production date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The years are in the correct order but the Months are not and that is what I am struggling with&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 14:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074821#M635523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T14:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074822#M635524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in sort tab to sort the in expression or have the option in the other options also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 14:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074822#M635524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T14:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074823#M635526</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;Sort using expression option in the Sort Tab. Create a inline table to make the order and use it in the sort tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 14:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074823#M635526</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-05-04T14:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074824#M635527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would the inline table look like, if you dont mind?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 14:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074824#M635527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074825#M635528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inline should be like below. you need to map the month column with your month column and then sort based on MonthID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; MonthID, Month&lt;BR /&gt; 1, Jan&lt;BR /&gt; 2, Feb&lt;BR /&gt; 3, Mar&lt;BR /&gt; 4, Apr&lt;BR /&gt; 5, May&lt;BR /&gt; 6, Jun&lt;BR /&gt; 7, Jul&lt;BR /&gt; 8, Aug&lt;BR /&gt; 9, Sep&lt;BR /&gt; 10, Oct&lt;BR /&gt; 11, Nov&lt;BR /&gt; 12, Dec&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 15:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074825#M635528</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-05-04T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074826#M635530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this as your calculated dimension instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=If(Date(renewal_dt) &amp;lt;= Date(GetFieldSelections(prod_dt)) +182.5 and Month(renewal_dt) &amp;lt;&amp;gt; Month(GetFieldSelections(prod_dt))&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;, &lt;SPAN style="color: #ff0000;"&gt;MonthName(renewal_dt)&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(renewal_dt &amp;gt; GetFieldSelections(prod_dt),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Dual(Year(renewal_dt), Year(renewal_dt) * 100)&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 00:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074826#M635530</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T00:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074827#M635531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 12:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074827#M635531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T12:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074828#M635533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to elaborate what it did? Did not work is not useful and doesn't tell me what I might have done incorrectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 13:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074828#M635533</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074829#M635534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It changed nothing, the columns rows stayed the same. I even messed with the sort and still nothing changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 13:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074829#M635534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T13:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074830#M635536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So after you used this, you did use the numerical sort order and it still did not work? Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 13:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074830#M635536</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074831#M635537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;Max({1} Month(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(date(renewal_dt) &amp;lt;= date(GetFieldSelections(prod_dt))+182.5 and month(renewal_dt) &amp;lt;&amp;gt; month(GetFieldSelections(prod_dt))&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;, month(renewal_dt) &amp;amp;' '&amp;amp; year(renewal_dt),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(renewal_dt &amp;gt; GetFieldSelections(prod_dt), year(renewal_dt),))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;) &lt;/STRONG&gt;on Sort Expression.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 13:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074831#M635537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T13:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074832#M635538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just noticed I still had an expression in the sort and had the box checked, this did work! Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 13:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074832#M635538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T13:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year by Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074833#M635540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See a more detailed description did help us, right? I am glad we were finally able to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 13:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year-by-Month-Name/m-p/1074833#M635540</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T13:51:55Z</dc:date>
    </item>
  </channel>
</rss>

