<?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 Help??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932658#M528316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JD,&lt;/P&gt;&lt;P&gt;This might help if user want to select from 2013 . In my case I'm having year starting from 2001 and user can select any year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2015 10:03:24 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2015-09-24T10:03:24Z</dc:date>
    <item>
      <title>Sorting Help???</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932656#M528314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having sorting issue on below chart :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99929_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result Required :&amp;nbsp; Jan 2013 Jan 2014 Jan 2015&amp;nbsp; Feb 2013 , Feb 2014 , Feb 2015 ....and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932656#M528314</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-09-24T09:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Help???</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932657#M528315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Covert your month year from jan 2013 as 32013 (key) and apply sort on that.. easy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy to help&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932657#M528315</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-24T09:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Help???</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932658#M528316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JD,&lt;/P&gt;&lt;P&gt;This might help if user want to select from 2013 . In my case I'm having year starting from 2001 and user can select any year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932658#M528316</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-09-24T10:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Help???</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932659#M528317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;Create a inline table,&lt;/P&gt;&lt;P&gt;LOAD * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Month_Name,value&lt;/P&gt;&lt;P&gt;Jan,1&lt;/P&gt;&lt;P&gt;Feb,2&lt;/P&gt;&lt;P&gt;Mar,3&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in your table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;text(Month) as &lt;SPAN style="font-size: 13.3333px;"&gt;Month_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;tabelname&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the sort : sort on expression and use value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932659#M528317</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-24T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Help???</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932660#M528318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit - &lt;/P&gt;&lt;P&gt;Convert your date as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Date#(date_field,'MMM YYYY'),'MYYYY') as sort_key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then apply sort on this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932660#M528318</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-24T10:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Help???</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932661#M528319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create your Month, Month-Year etc. as dual values using QlikView date and time functions. Then the sorting will be automatically correct.&lt;/P&gt;&lt;P&gt;&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>Thu, 24 Sep 2015 10:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932661#M528319</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-24T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Help???</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932662#M528320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JD ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is I don't have any date filed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Help/m-p/932662#M528320</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-09-24T10:14:29Z</dc:date>
    </item>
  </channel>
</rss>

