<?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 to use order by clause while loading data from qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441041#M1273303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the spelling in your example code. Field names don't match, and you have two FROM clauses in the first load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2012 08:12:28 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2012-12-17T08:12:28Z</dc:date>
    <item>
      <title>How to use order by clause while loading data from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441040#M1273300</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I m using this trick for order by.&lt;/P&gt;&lt;P&gt;Maintable:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;filed1,&lt;/P&gt;&lt;P&gt;filed2,&lt;/P&gt;&lt;P&gt;field3&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; netadd_from_mindate_to_tilldate.qvd(qvd); &lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load * resident Maintable&lt;/P&gt;&lt;P&gt;order by field1, filed2 ;&lt;/P&gt;&lt;P&gt;drop table Maintable;&lt;/P&gt;&lt;P&gt;rename table temp to Maintable;&lt;/P&gt;&lt;P&gt;store Maintableinto 'D:\reruntesting\Data\RawQvds\Maintable.qvd';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is giving error like &lt;/P&gt;&lt;P&gt;"Field not found temp:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell what mistake i m doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441040#M1273300</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use order by clause while loading data from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441041#M1273303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the spelling in your example code. Field names don't match, and you have two FROM clauses in the first load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 08:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441041#M1273303</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-17T08:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use order by clause while loading data from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441042#M1273305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont get why are you renaming the temp table is it too much needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 08:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441042#M1273305</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-17T08:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use order by clause while loading data from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441043#M1273307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thanks Peter, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;i really ashamed on asking this type of stupid question. I should take care of these things. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;It was typing mistake.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 08:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441043#M1273307</guid>
      <dc:creator />
      <dc:date>2012-12-17T08:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use order by clause while loading data from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441044#M1273309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah! you are right, actually its not required to rename.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 08:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441044#M1273309</guid>
      <dc:creator />
      <dc:date>2012-12-17T08:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use order by clause while loading data from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441045#M1273311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check your spell i.e field1 or filed1 for this so, remove this error and might be helpful for you....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 08:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-order-by-clause-while-loading-data-from-qvd/m-p/441045#M1273311</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-17T08:51:49Z</dc:date>
    </item>
  </channel>
</rss>

