<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458439#M1158065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that was a good video! I actually tried both the Dual methods and Match, and Match was much easier. I used Match(Rating,'Low','Medium','High") and sorted Descending and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 16:08:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-25T16:08:46Z</dc:date>
    <item>
      <title>Sorting not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458436#M1158062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I found this solution in another discussion but it's not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 Rating values, High, Medium and Low. I want to sort them in that order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a list box with the Sort by Expression checked and the following expression:&lt;/P&gt;&lt;P&gt;=match(Rating,'High','Medium','Low')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I sort either by Ascending or Descending I do not get the correct order. (Asending is Low, High, Medium and Descending is Medium, High, Low).&lt;/P&gt;&lt;P&gt;No other sort option is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview 11.0 if that makes a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;-JC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 14:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458436#M1158062</guid>
      <dc:creator />
      <dc:date>2013-01-25T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458437#M1158063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the best approach in this case is to use Dual() function in your script. This way you have a numerical and a text value for every rate, and it will be ordered by number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Dual('high', 1) as rating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Dual('medium', 2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from mobile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 14:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458437#M1158063</guid>
      <dc:creator />
      <dc:date>2013-01-25T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458438#M1158064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Hi JC,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;I have a tutorial on different ways to use Match() on my blog. Here is the link:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;&lt;A href="http://qlikshare.com/292"&gt;http://qlikshare.com/292&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;If possible, please post the sample QVW App and I can take a look at your application.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Good luck!&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Cheers,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;DV&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 15:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458438#M1158064</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2013-01-25T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458439#M1158065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that was a good video! I actually tried both the Dual methods and Match, and Match was much easier. I used Match(Rating,'Low','Medium','High") and sorted Descending and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 16:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458439#M1158065</guid>
      <dc:creator />
      <dc:date>2013-01-25T16:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458440#M1158066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Thank you JC. Appreciate your comments &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Cheers,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;DV&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 16:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-not-working/m-p/458440#M1158066</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2013-01-25T16:23:53Z</dc:date>
    </item>
  </channel>
</rss>

