<?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: Sort on names from A-Z in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397453#M148027</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;Try with "Order by"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from tablename&lt;/P&gt;&lt;P&gt;Order by Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 17:13:34 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-05-22T17:13:34Z</dc:date>
    <item>
      <title>Sort on names from A-Z</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397452#M148026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we sort on the names from A-Z in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 17:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397452#M148026</guid>
      <dc:creator />
      <dc:date>2013-05-22T17:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sort on names from A-Z</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397453#M148027</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;Try with "Order by"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from tablename&lt;/P&gt;&lt;P&gt;Order by Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 17:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397453#M148027</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-05-22T17:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sort on names from A-Z</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397454#M148028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have the dataset about couple of hundred thousand records using the &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;"Order by"&lt;/SPAN&gt; might get me the order thats needed, but i am worried about the script execution time do you think it might affect the execution time i know for sure that "groub by" does affect the execution time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 17:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397454#M148028</guid>
      <dc:creator />
      <dc:date>2013-05-22T17:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sort on names from A-Z</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397455#M148029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It does affect execution time but with a hundred thousand records that shouldn't make much difference. F&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;irst you have to load the data into a table and then do another resident load to sort the data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;load * from sometable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;load * resident Temp&lt;/P&gt;&lt;P&gt;order by Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get your data from a database you can have the database sort the data for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;SQL select * from sometable &lt;/P&gt;&lt;P&gt;order by Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database will also need time to sort the data, but it may be faster. You'll have to test which option is the optimal solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 17:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-on-names-from-A-Z/m-p/397455#M148029</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-22T17:35:13Z</dc:date>
    </item>
  </channel>
</rss>

