<?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 Custom sort list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508622#M1131583</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;I'm trying to sort a list box by expression in order to show the data in a certain way.For example if I want a list of names to appear in this order: Kevin, Alex, Zuri, Daniel, Monica, Betty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 00:04:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-12T00:04:50Z</dc:date>
    <item>
      <title>Custom sort list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508622#M1131583</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;I'm trying to sort a list box by expression in order to show the data in a certain way.For example if I want a list of names to appear in this order: Kevin, Alex, Zuri, Daniel, Monica, Betty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 00:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508622#M1131583</guid>
      <dc:creator />
      <dc:date>2013-11-12T00:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom sort list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508623#M1131584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the sort by select expression. An example is the following where&lt;/P&gt;&lt;P&gt;* fieldname is field you are sorting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(Match([FieldName],'Kevin','Alex','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;Zuri', 'Daniel', 'Monica', 'Betty')&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: 12.800000190734863px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1,2,3,4,5,6&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: 12.800000190734863px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 03:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508623#M1131584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-12T03:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom sort list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508624#M1131585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this script in your Qlikview file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NamesOrder:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Name, NameSortOrder&lt;/P&gt;&lt;P&gt;Kevin, 1&lt;/P&gt;&lt;P&gt;Alex, 2&lt;/P&gt;&lt;P&gt;Zuri, 3&lt;/P&gt;&lt;P&gt;Daniel,4&lt;/P&gt;&lt;P&gt;Monica,5&lt;/P&gt;&lt;P&gt;Betty, 6 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the sort tab of the Properties select expression and give&lt;/P&gt;&lt;P&gt;=NameSortOrder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 04:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508624#M1131585</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-11-12T04:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom sort list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508625#M1131586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 17:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508625#M1131586</guid>
      <dc:creator />
      <dc:date>2013-11-12T17:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom sort list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508626#M1131587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another way&lt;/P&gt;&lt;P&gt;=Index('Kevin,Alex,Zuri,Daniel,Monica,Betty',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[FieldName]&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 01:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-sort-list-box/m-p/508626#M1131587</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-13T01:23:12Z</dc:date>
    </item>
  </channel>
</rss>

