<?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 Issues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266856#M399014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just checked the data type of&amp;nbsp; month. (repair_month) is not a date format..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Feb 2017 11:02:14 GMT</pubDate>
    <dc:creator>akpofureenughwu</dc:creator>
    <dc:date>2017-02-25T11:02:14Z</dc:date>
    <item>
      <title>Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266850#M399008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been having issue sorting lately...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the script:&lt;/P&gt;&lt;P&gt;Match ([Repair.Month], 'January','February','March','April','May','June','July','August','September','October','November','December')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But stilll the data is not sorted by month,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly help me review it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 06:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266850#M399008</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-02-25T06:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266851#M399009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that the "Repair Month" field has a date format?&lt;/P&gt;&lt;P&gt;It is possible the reason for the behaviour you experienced is that you already loaded your month_fullnames as a date field formatted as month fullnames. So the proposed solutions using the &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Date#&lt;/SPAN&gt; function didn't find a string to interpret as a date (that's what the #-functions do).&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;On the other hand this means, that your front end expression&lt;/P&gt;&lt;P class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="bar" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;=Month(Date(Month_FullNames,'MMM'))&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;can be abbreviated to&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="bar" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;DIV style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;=Month(Month_FullNames)&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;as the formatting date() function is useless in this case, it does not change the underlying numerical value of your &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Month_FullNames&lt;/SPAN&gt; field (Repair Month).&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Using this expression&lt;/SPAN&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="bar" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;DIV style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Date(Date#(SubField('$(MonthNames)',';',MONTH),'MMM'),'MMMM') as [Repair Month]&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;to create your [Repair Month] field in the script leads to somewhat weird underlying numerical values:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;because you ar&amp;#127;e trying to create a complete date value from only a month field (the year information is missing) and then just formatting it to show month fullnames.&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;I therefore stick to my proposed solution&lt;/SPAN&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="bar" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;DIV style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Dual(Date(Date#(MONTH,'MM'),'MMMM'), MONTH) as [Repair Month]&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;which creates these underlying values:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;like one would expect from a real month field.&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you wanted to create the month shortname field in the script, then one solution could be:&lt;/SPAN&gt;&lt;SPAN class="dp-highlighter" style="color: #3d3d3d;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="bar" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;DIV style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Month(Date#(MONTH,'MM')) as [Repair Month]_short&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&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;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 06:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266851#M399009</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2017-02-25T06:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266852#M399010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.. kindly Keep repair month on 1st and then Number Of service Order in sorting tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154442" alt="Repair.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154442_Repair.PNG" style="height: 302px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 06:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266852#M399010</guid>
      <dc:creator>priyasawant</dc:creator>
      <dc:date>2017-02-25T06:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266853#M399011</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;Use this expression in the sort and Keep Ascending,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14880057621278359 jive_text_macro" jivemacro_uid="_14880057621278359"&gt;
&lt;P&gt;=Num(Month((Date#(Month,'MMM'))))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 06:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266853#M399011</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-02-25T06:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266854#M399012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. Still have issue sort out the month....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='£#,##0.00;-£#,##0.00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET FirstWeekDay=0;&lt;/P&gt;&lt;P&gt;SET BrokenWeeks=0;&lt;/P&gt;&lt;P&gt;SET ReferenceDay=4;&lt;/P&gt;&lt;P&gt;SET FirstMonthOfYear=1;&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET CollationLocale='en-GB';&lt;/P&gt;&lt;P&gt;SET CreateSearchIndexOnReload=1;&lt;/P&gt;&lt;P&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO [sql];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;['store']:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Supplied],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Year ] AS [Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Month],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Amount];&lt;/P&gt;&lt;P&gt;SQL SELECT "Item Supplied",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Year ",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Month",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Amount"&lt;/P&gt;&lt;P&gt;FROM "Admin"."dbo"."'store'";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Repair]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'sql';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Date(Date#(SubField('$(MonthNames)',';',"Month"),'MMM'),'MMMM') as [Repair Month],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Year",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "No of Service Order",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount";&lt;/P&gt;&lt;P&gt;SQL SELECT "Month",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Year",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "No of Service Order",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount"&lt;/P&gt;&lt;P&gt;FROM Admin.dbo."'Repair of Office Equipment $'";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 10:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266854#M399012</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-02-25T10:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266855#M399013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the format I arranged it. I don't think it will make a difference &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 11:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266855#M399013</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-02-25T11:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266856#M399014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just checked the data type of&amp;nbsp; month. (repair_month) is not a date format..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 11:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266856#M399014</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-02-25T11:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266857#M399015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use given expression under the sort tab - sort by expression (deselect all other options):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14880221750299549 jive_text_macro" jivemacro_uid="_14880221750299549"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Date([Repair Month],'MM')&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 11:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266857#M399015</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-25T11:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266858#M399016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The =&lt;SPAN class="keyword"&gt;Date([Repair &lt;SPAN class="func"&gt;Month&lt;/SPAN&gt;],&lt;SPAN class="string"&gt;'MM'&lt;/SPAN&gt;) expression was helpful, it helped me to sort 0ut the month data. I tried using the saME expression for the month field on the table but it didn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file for clarity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 12:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266858#M399016</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-02-25T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266859#M399017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akpofure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the application with sample data. This will help to further analyze this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;BR /&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 12:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266859#M399017</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-25T12:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266860#M399018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello..... Rahul are you there? &lt;/P&gt;&lt;P&gt;It's a sql query generated data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 14:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266860#M399018</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-02-25T14:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266861#M399019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hello Akpofure,&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;Sorry I was away for while. BTW, you can share the application file. &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;Regards!&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;Rahul&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 14:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266861#M399019</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-25T14:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266862#M399020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 14:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266862#M399020</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-02-25T14:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266863#M399021</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;one solution might be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_251322_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154471_QlikCommunity_Thread_251322_Pic1.JPG" style="height: 402px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_251322_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154475_QlikCommunity_Thread_251322_Pic2.JPG" style="height: 323px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14880729695643182 jive_text_macro" jivemacro_uid="_14880729695643182"&gt;
&lt;P&gt;Dual(Month, Month(Date#(Month,'MMMM'))) as Month&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 01:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266863#M399021</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-26T01:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266864#M399022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello Akpofure,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I agree with Marco. You try the suggested approach. BTW, you can change the sort order under Sorting tab of Table object (New Sort Order - Unit, Year, Month).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this will be helpful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rahul&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 08:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266864#M399022</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-26T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266865#M399023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close your thread if your question is answered.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 00:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1266865#M399023</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-27T00:03:30Z</dc:date>
    </item>
  </channel>
</rss>

