<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/834792#M293703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can put an expression on label ordered:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({1} match(var, 'Sep-10 - Sep-11', '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sep-11 - Sep-12&lt;/SPAN&gt;'&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sep-13 - Sep-14&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;',&lt;SPAN style="font-size: 13.3333330154419px;"&gt; '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sep-14 - Sep-15&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also yu can assign a number each group &lt;SPAN style="font-size: 13.3333330154419px;"&gt; '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sep-11 - Sep-12&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;' in ordor to use this number in the ordered set&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jun 2015 06:15:49 GMT</pubDate>
    <dc:creator>ecolomer</dc:creator>
    <dc:date>2015-06-27T06:15:49Z</dc:date>
    <item>
      <title>Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/834790#M293701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following command line in my data load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATE(POL_PERIOD_FROM,'MMM-YY') &amp;amp;' - '&amp;amp; DATE(POL_PERIOD_TO,'MMM-YY') AS POLICY_PERIOD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working in order and resulting records are as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 130px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="21" width="130"&gt;Sep-13 - Sep-14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="21"&gt;Sep-10 - Sep-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="21"&gt;Sep-11 - Sep-12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="21"&gt;Sep-14 - Sep-15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="21"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I have created a pivot table and want sort above data in ascending order. What sort order I should select to do it . Numeric Value does not give the desired result. Pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 04:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/834790#M293701</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2015-06-27T04:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/834791#M293702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to sort it as a number then you should make it a number first. You can use the Dual function to do that:&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;&lt;STRONG&gt;DUAL(&lt;/STRONG&gt; DATE(POL_PERIOD_FROM,'MMM-YY') &amp;amp;' - '&amp;amp; DATE(POL_PERIOD_TO,'MMM-YY')&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;POL_PERIOD_FROM)&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; AS POLICY_PERIOD&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 06:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/834791#M293702</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-27T06:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/834792#M293703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can put an expression on label ordered:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({1} match(var, 'Sep-10 - Sep-11', '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sep-11 - Sep-12&lt;/SPAN&gt;'&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sep-13 - Sep-14&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;',&lt;SPAN style="font-size: 13.3333330154419px;"&gt; '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sep-14 - Sep-15&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also yu can assign a number each group &lt;SPAN style="font-size: 13.3333330154419px;"&gt; '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sep-11 - Sep-12&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;' in ordor to use this number in the ordered set&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 06:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/834792#M293703</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-06-27T06:15:49Z</dc:date>
    </item>
  </channel>
</rss>

