<?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 Sort by expression and then by text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374515#M139427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might not work in your case, but the list boxes might be ordered by "load order" by default, so you might be able to get it ordered alphabetically if you sort the table alphabetically from the script the first time you load it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 19:04:22 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2012-03-28T19:04:22Z</dc:date>
    <item>
      <title>Sort by expression and then by text</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374514#M139426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have list boxes that load expressions to exclude certain fields.&amp;nbsp; To get ones that are within the current selections at the top (not grayed out ones) I have to sort by expression, and then I use the expression that I used to create the list box.&amp;nbsp; This puts the current allowable expressions at the top of the list box.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that those are not alphabetically ordered.&amp;nbsp; How would I order those alphabetically.&amp;nbsp; I've tryed to have two sorts at the same time with expression and text A&amp;gt;Z , but that didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 18:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374514#M139426</guid>
      <dc:creator />
      <dc:date>2012-03-28T18:55:17Z</dc:date>
    </item>
    <item>
      <title>Sort by expression and then by text</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374515#M139427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might not work in your case, but the list boxes might be ordered by "load order" by default, so you might be able to get it ordered alphabetically if you sort the table alphabetically from the script the first time you load it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 19:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374515#M139427</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-03-28T19:04:22Z</dc:date>
    </item>
    <item>
      <title>Sort by expression and then by text</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374516#M139428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how to sort alphabetically in the script Karl?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 15:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374516#M139428</guid>
      <dc:creator />
      <dc:date>2012-03-29T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Sort by expression and then by text</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374517#M139429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to do a Resident Load with an Order By clause&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 15:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374517#M139429</guid>
      <dc:creator />
      <dc:date>2012-03-29T15:09:31Z</dc:date>
    </item>
    <item>
      <title>Sort by expression and then by text</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374518#M139430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has to be sorted from its first load of the table in QlikView or in the QVD file if you are using a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From example, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;SQL Select *&lt;/P&gt;&lt;P&gt;From x.x&lt;/P&gt;&lt;P&gt;Order by Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 19:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-expression-and-then-by-text/m-p/374518#M139430</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-03-29T19:09:47Z</dc:date>
    </item>
  </channel>
</rss>

