<?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: ­Why is sorting not possible while loading QVD?­ in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693867#M1078760</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;Order by is not directly supported. One of the reasons I see, is that order by clause may affect performance considering large amount of data in teh source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Jagan has pointed out, we can work on resident table to apply order by.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 07:02:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-17T07:02:30Z</dc:date>
    <item>
      <title>­Why is sorting not possible while loading QVD?­</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693864#M1078757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anyone please tell me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Devi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693864#M1078757</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ­Why is sorting not possible while loading QVD?­</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693865#M1078758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In any resident load you can sort the QVD with Order BY clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;QVDTab:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Field1,Field2,Field3&lt;/P&gt;&lt;P&gt;From QVD Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;New:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Field1,Field2,Field3&lt;/P&gt;&lt;P&gt;Resident QVDTab&lt;/P&gt;&lt;P&gt;Order By Field2,Field3;&lt;/P&gt;&lt;P&gt;Drop Table QVDTab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693865#M1078758</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-17T06:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: ­Why is sorting not possible while loading QVD?­</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693866#M1078759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can use order by only in Resident load only.&amp;nbsp; If you want to use order by then load QVD data into temporary table and then using resident load sort the data and then drop the temporary table.&amp;nbsp; Check the script below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TempTable:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM FileName.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Noconcatenate;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT TempTable&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ORDER BY Field1, Field2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP TABLE TempTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693866#M1078759</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-17T06:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: ­Why is sorting not possible while loading QVD?­</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693867#M1078760</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;Order by is not directly supported. One of the reasons I see, is that order by clause may affect performance considering large amount of data in teh source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Jagan has pointed out, we can work on resident table to apply order by.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 07:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693867#M1078760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T07:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ­Why is sorting not possible while loading QVD?­</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693868#M1078761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are loading data, the program does not know the nature and the size of the data you're loading, therefore it cannot sort. Once the data are 'known' to Qlikview (loaded in), then you can sort them. That's why you cannot sort while loading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 07:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693868#M1078761</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2014-07-17T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: ­Why is sorting not possible while loading QVD?­</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693869#M1078762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think it this way:&lt;/P&gt;&lt;P&gt;Suppose, you are requested to arrange a few names alphabetically. Now I give you names one by one. When you get the first name you can't put it in an arranged way because you don't have the reference to compare the name with; where you should place that name. The arrangement approach is only be possible when you know/have all the names. Similarly, qlikview loading records are like getting data one by one. So qlikview would only be able to sort them when all values are loaded/available in the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, alternate could have been possible, but that could be costly in terms of memory utilization, hence QlikView avoids that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 07:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-sorting-not-possible-while-loading-QVD/m-p/693869#M1078762</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-17T07:22:10Z</dc:date>
    </item>
  </channel>
</rss>

