<?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: List box sorting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331167#M122007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorting sometimes is not relaible for the calculated list boxes.&amp;nbsp; If it is important, better to create an additional field in the script, following the same rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2012 10:31:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-01T10:31:27Z</dc:date>
    <item>
      <title>List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331164#M122004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am having a problem in sorting the values of my list box.&lt;/P&gt;&lt;P&gt;I have used an expression in the listbox instead of dimension. the expression is: if(OBJECT= 'BOOK', if(BOOK_NAME= '1st BOOK' or BOOK_NAME= '2nd BOOK" or BOOK_NAME= '3rd BOOK', BOOK_NAME)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the values, i am getting in my list box. their order is:&lt;/P&gt;&lt;P&gt;1st BOOK&lt;/P&gt;&lt;P&gt;3rd BOOK&lt;/P&gt;&lt;P&gt;2nd BOOK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the order to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st BOOK&lt;/P&gt;&lt;P&gt;2nd BOOK&lt;/P&gt;&lt;P&gt;3rd BOOK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all the soritng combinations, but it's not happening. can anyone suggest how to do this?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 06:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331164#M122004</guid>
      <dc:creator />
      <dc:date>2012-08-01T06:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331165#M122005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="xpndit_tooltip" style="display: none; position: absolute; overflow: hidden; max-width: 400px; background-color: #fefefe; border: 1px solid #aaaaaa; padding: 4px 8px; font-size: 11px; letter-spacing: 0px; color: #000000; z-index: 5000; line-height: 120%; text-align: left; border-radius: 5px 5px 5px 5px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;since you have 1,2,3 in your field values.. you can try as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left(Book_Name,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the expression box and set the sort to ascending.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps.. &lt;/P&gt;&lt;P&gt;&lt;SPAN id="xpndit_tooltip" style="display: none; position: absolute; overflow: hidden; max-width: 400px; background-color: #fefefe; border: 1px solid #aaaaaa; padding: 4px 8px; font-size: 11px; letter-spacing: 0px; color: #000000; z-index: 5000; line-height: 120%; text-align: left; border-radius: 5px 5px 5px 5px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 07:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331165#M122005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-01T07:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331166#M122006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, i think then sort by state doesn't work if you does sort by expression?? am i right, because that happened to me once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 07:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331166#M122006</guid>
      <dc:creator />
      <dc:date>2012-08-01T07:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331167#M122007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorting sometimes is not relaible for the calculated list boxes.&amp;nbsp; If it is important, better to create an additional field in the script, following the same rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 10:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/331167#M122007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-01T10:31:27Z</dc:date>
    </item>
  </channel>
</rss>

