<?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 months in ascending order when displaying last 24 months data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127429#M763166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this Sort Properties?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208898_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2018 08:32:41 GMT</pubDate>
    <dc:creator>MindaugasBacius</dc:creator>
    <dc:date>2018-07-26T08:32:41Z</dc:date>
    <item>
      <title>Sort months in ascending order when displaying last 24 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127426#M763163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i would like to show last 24 months based on current month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The below expression works well, but the month order is not sort in ascending order, how to fix this problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please assist. Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(((MakeDate(Year,Month) &amp;lt; MonthStart(Today())) and (MakeDate(Year,Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;= AddMonths(MonthStart(Today()),-24))),Month(MakeDate(2000, Month, 1)) &amp;amp; ' ' &amp;amp; Year)&lt;/SPAN&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/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127426#M763163</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sort months in ascending order when displaying last 24 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127427#M763164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;in your graph, you can sort the dimension based on an expression&lt;/P&gt;&lt;P&gt;you cans use something like Year*100+Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 08:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127427#M763164</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-07-26T08:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sort months in ascending order when displaying last 24 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127428#M763165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try like this as well:&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;=if(((MakeDate(Year,Month) &amp;lt; MonthStart(Today())) and (MakeDate(Year,Month)&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;&amp;gt;= AddMonths(MonthStart(Today()),-24))),date(date#(Month(MakeDate(2000, Month, 1)) &amp;amp; ' ' &amp;amp; Year,'MMM YYYY'),'MMM YYYY'))&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;&lt;BR /&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Then use sort option.&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;&lt;BR /&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Br,&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 08:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127428#M763165</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-07-26T08:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sort months in ascending order when displaying last 24 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127429#M763166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this Sort Properties?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208898_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 08:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-months-in-ascending-order-when-displaying-last-24-months/m-p/127429#M763166</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2018-07-26T08:32:41Z</dc:date>
    </item>
  </channel>
</rss>

