<?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/375912#M140079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have tried every combination in the sorting tab and one more thing, my list is multi coloumn. Please anyone suggest something. should i try sorting by expression? if yes, then what expression should i write?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2012 13:09:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-31T13:09:20Z</dc:date>
    <item>
      <title>List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375909#M140076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box containing the values in the following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My&amp;nbsp; 1st book&lt;/P&gt;&lt;P&gt;My&amp;nbsp; 3rd book&lt;/P&gt;&lt;P&gt;My&amp;nbsp; 2nd book&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to show my values in the listbox as:&lt;/P&gt;&lt;P&gt;My 1st book&lt;/P&gt;&lt;P&gt;My 2nd book&lt;/P&gt;&lt;P&gt;My 3rd book&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all the sorting combination under the properties. I have created an expression for this listbox instead of using a field in the listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 12:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375909#M140076</guid>
      <dc:creator />
      <dc:date>2012-07-31T12:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375910#M140077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create an additional field in the load script for sorting, and use an expression for sorting like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({1} Sorting_Field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 12:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375910#M140077</guid>
      <dc:creator>cesaraccardi</dc:creator>
      <dc:date>2012-07-31T12:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375911#M140078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably already tried the Text sort option, this worked out for me, so I probably miss something essential in your setting. Could you post a small sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 12:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375911#M140078</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-31T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375912#M140079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have tried every combination in the sorting tab and one more thing, my list is multi coloumn. Please anyone suggest something. should i try sorting by expression? if yes, then what expression should i write?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375912#M140079</guid>
      <dc:creator />
      <dc:date>2012-07-31T13:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375913#M140080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sort by expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;=num(keepchar (field1,'1234567890' ))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375913#M140080</guid>
      <dc:creator />
      <dc:date>2012-07-31T13:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375914#M140081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe uncheck 'order by column' option in presentation tab? Can't reproduce your issue here.&lt;/P&gt;&lt;P&gt;Well, it's really hard to tell, you should at least post a screenshot and your expressions used, at best a small sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using QV11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375914#M140081</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-31T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375915#M140082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for the reply Pari, It worked for me. Can you Please tell me how to stop the self adjusting nature of list box, which is:&lt;/P&gt;&lt;P&gt;when you select a value in the list box, it goes tot he top or bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375915#M140082</guid>
      <dc:creator />
      <dc:date>2012-07-31T13:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: List box sorting</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375916#M140083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uncheck "&lt;STRONG&gt;sort by state&lt;/STRONG&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-sorting/m-p/375916#M140083</guid>
      <dc:creator />
      <dc:date>2012-07-31T13:34:36Z</dc:date>
    </item>
  </channel>
</rss>

