<?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 Multibox sort problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174507#M43303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multiboxes are weird in sorting &lt;IMG alt="Sleep" src="http://community.qlik.com/emoticons/emotion-56.gif" /&gt;&lt;/P&gt;&lt;P&gt;It´s because the expression used in sorting is affected by the selection in this field. You can use Set Analisys to fix it! For example, if you want to sort The product´s Category by Sales the expression coul´d be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum( {$&amp;lt;Category=&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will ignore the selection in Category field and keep the values sorted correctly. Remeber to uncheck the "sort by state" check box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 18:15:11 GMT</pubDate>
    <dc:creator>fernandotoledo</dc:creator>
    <dc:date>2010-06-02T18:15:11Z</dc:date>
    <item>
      <title>Multibox sort problem</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174506#M43302</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;I sort the values in a multibox using an expression. This works fine until the user makes a selection, after the selection is made the items seem sorted randomly. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 18:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174506#M43302</guid>
      <dc:creator />
      <dc:date>2010-06-02T18:05:16Z</dc:date>
    </item>
    <item>
      <title>Multibox sort problem</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174507#M43303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multiboxes are weird in sorting &lt;IMG alt="Sleep" src="http://community.qlik.com/emoticons/emotion-56.gif" /&gt;&lt;/P&gt;&lt;P&gt;It´s because the expression used in sorting is affected by the selection in this field. You can use Set Analisys to fix it! For example, if you want to sort The product´s Category by Sales the expression coul´d be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum( {$&amp;lt;Category=&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will ignore the selection in Category field and keep the values sorted correctly. Remeber to uncheck the "sort by state" check box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 18:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174507#M43303</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-06-02T18:15:11Z</dc:date>
    </item>
    <item>
      <title>Multibox sort problem</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174508#M43304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx but my expression is not an aggregate function, just another field, so I can't use Set Analysis. The sort field is different from the display field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 18:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174508#M43304</guid>
      <dc:creator />
      <dc:date>2010-06-02T18:45:21Z</dc:date>
    </item>
    <item>
      <title>Multibox sort problem</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174509#M43305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case aggregate it! User &lt;B&gt;ONLY&lt;/B&gt;( {$&amp;lt;Category=&amp;gt;} Sort_Field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 18:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174509#M43305</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-06-02T18:57:59Z</dc:date>
    </item>
    <item>
      <title>Multibox sort problem</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174510#M43306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx man works nicely. Didn't know about the ONLY() function &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to have the selection appear in the original order? Once a selection is made on the multibox, when returning to it, the selected value always appears on top. Thnx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 19:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-sort-problem/m-p/174510#M43306</guid>
      <dc:creator />
      <dc:date>2010-06-02T19:14:04Z</dc:date>
    </item>
  </channel>
</rss>

