<?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: How can we sort the data while loading it into Qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447512#M701829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, you can only sort a resident table by the means of QV itself, using &lt;EM&gt;order by&lt;/EM&gt; clause.&lt;/P&gt;&lt;P&gt;That means, you need to load your data first in, then do a resident load with the sort (take care of unwanted concatenation using noconcatenate, and probably dropping the first table after the second load).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are connecting to a DB using SQL, you can of course use SQL to retrieve your records already sorted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 09:41:46 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-09-27T09:41:46Z</dc:date>
    <item>
      <title>How can we sort the data while loading it into Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447511#M701828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikviewrs!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to sort the data while it is being read from the data sources. How is it possible??&lt;/P&gt;&lt;P&gt;I don't have any connectors available nor can install them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Subin Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 09:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447511#M701828</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-09-27T09:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can we sort the data while loading it into Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447512#M701829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, you can only sort a resident table by the means of QV itself, using &lt;EM&gt;order by&lt;/EM&gt; clause.&lt;/P&gt;&lt;P&gt;That means, you need to load your data first in, then do a resident load with the sort (take care of unwanted concatenation using noconcatenate, and probably dropping the first table after the second load).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are connecting to a DB using SQL, you can of course use SQL to retrieve your records already sorted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 09:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447512#M701829</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-27T09:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can we sort the data while loading it into Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447513#M701830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl, Thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the data base is SQL.&lt;/P&gt;&lt;P&gt;I want the Month &amp;amp; Year (two fields) be sorted not a date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the SQL functions to sort it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Primarykey&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Primarykey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From temp xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the syntax for sorting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 11:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447513#M701830</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-09-27T11:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can we sort the data while loading it into Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447514#M701831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax should be quite similar to QlikViews syntax, using SQL &lt;EM&gt;order by&lt;/EM&gt; keyword&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading active_link" href="http://www.w3schools.com/sql/sql_orderby.asp" title="http://www.w3schools.com/sql/sql_orderby.asp"&gt;http://www.w3schools.com/sql/sql_orderby.asp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 11:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-sort-the-data-while-loading-it-into-Qlikview/m-p/447514#M701831</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-27T11:52:43Z</dc:date>
    </item>
  </channel>
</rss>

