<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort/m-p/1310705#M833896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see that increasing order in my list box propertiese&lt;/P&gt;&lt;P&gt;this is what i have &lt;IMG alt="Listboxt propertiese.PNG" class="jive-image image-1" src="/legacyfs/online/165749_Listboxt propertiese.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jun 2017 09:12:29 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2017-06-05T09:12:29Z</dc:date>
    <item>
      <title>Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Sort/m-p/1310703#M833894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How to sort using the expression &lt;/P&gt;&lt;P&gt;iam using the below expression to sort accrodingly but i dont see the proper result , can someone help me with this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Priority='Blocker',1, if(Priority=' Critical',2, if(Priority=' High',3,if(Priority=' Medium',4,if(Priority=' Low',5,'Unassigned')))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is what iam getting the output&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Priority.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165739_Priority.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&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/m-p/1310703#M833894</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Sort/m-p/1310704#M833895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Add the expression in the sort &amp;gt;Expression &amp;gt; Increasing order &amp;gt;Number and uncheck rest &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 09:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort/m-p/1310704#M833895</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-06-05T09:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Sort/m-p/1310705#M833896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see that increasing order in my list box propertiese&lt;/P&gt;&lt;P&gt;this is what i have &lt;IMG alt="Listboxt propertiese.PNG" class="jive-image image-1" src="/legacyfs/online/165749_Listboxt propertiese.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 09:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort/m-p/1310705#M833896</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-06-05T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Sort/m-p/1310706#M833897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;use below in your expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Match(Priority,'Blocker','Critical','High','Medium','Low','Unassigned')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;for other methods of custom sorting refer here &lt;A href="http://www.qlikfix.com/2010/10/25/creating-a-custom-sort-order/" title="http://www.qlikfix.com/2010/10/25/creating-a-custom-sort-order/"&gt;http://www.qlikfix.com/2010/10/25/creating-a-custom-sort-order/&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Siva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 09:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort/m-p/1310706#M833897</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-06-05T09:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Sort/m-p/1310707#M833899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see a space before your comparison strings. That could be causing the issue. Try removing them like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;if(Priority='Blocker',1, if(Priority='Critical',2, if(Priority='High',3,if(Priority='Medium',4,if(Priority='Low',5,'Unassigned')))))&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;Note: Change is like: &lt;SPAN style="font-family: 'courier new', courier;"&gt;' Critical'-&amp;gt;'Critical' &lt;/SPAN&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; // leading space removed.&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;Better solution could be using &lt;STRONG&gt;Match()&lt;/STRONG&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'courier new', courier;"&gt;Match(Priority,'Blocker','Critical','High','Medium','Low','Unassigned')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 09:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort/m-p/1310707#M833899</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-06-05T09:21:00Z</dc:date>
    </item>
  </channel>
</rss>

