<?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: Can you use 'Order By' in a QVD Load? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/1541168#M439444</link>
    <description>&lt;P&gt;hey jaganand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check in sheet 1 and sort by key or sale whatever you take and show me the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Feb 2019 18:38:04 GMT</pubDate>
    <dc:creator>gauravkumar131</dc:creator>
    <dc:date>2019-02-07T18:38:04Z</dc:date>
    <item>
      <title>Can you use 'Order By' in a QVD Load?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358017#M132865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you use 'Order By' in a QVD Load? It looks like my syntax is good but I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Garbage after statement&lt;/P&gt;&lt;P&gt;PATIENTLEVELDATA:&lt;/P&gt;&lt;P&gt;LOAD SURVEY_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLIENT_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERVICE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECDATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISDATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_PATIENTLEVELDATA_E1A59225A73AF151&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM C:\QlickView\Dashboard\PATIENTLEVELDATA_4.QVD (qvd) Order By RECDATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 14:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358017#M132865</guid>
      <dc:creator />
      <dc:date>2012-04-18T14:37:54Z</dc:date>
    </item>
    <item>
      <title>Can you use 'Order By' in a QVD Load?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358018#M132866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No you can't use Order By clause for qvd file. You can use for resident table only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P class="Code"&gt;Load A,B*C as E resident tab1 order by A; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 14:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358018#M132866</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-04-18T14:40:38Z</dc:date>
    </item>
    <item>
      <title>Can you use 'Order By' in a QVD Load?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358019#M132867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coming to your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from C:\QlickView\Dashboard\PATIENTLEVELDATA_4.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PATIENTLEVELDATA:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; *,1 as Flag&lt;/P&gt;&lt;P&gt;Resident Temp Order By RECDATE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 14:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358019#M132867</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-04-18T14:43:56Z</dc:date>
    </item>
    <item>
      <title>Can you use 'Order By' in a QVD Load?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358020#M132868</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;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&gt;TempTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM FileName.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;RESIDENT TempTable&lt;/P&gt;&lt;P&gt;ORDER BY Field1, Field2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TempTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 16:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358020#M132868</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-04-18T16:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use 'Order By' in a QVD Load?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358021#M132869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not realize this constraint on the ORDER BY clause: (described in &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm"&gt;Qlikview documentation&lt;/A&gt;) "This clause may only be used when the data source is a resident table."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2016 16:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358021#M132869</guid>
      <dc:creator />
      <dc:date>2016-07-23T16:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use 'Order By' in a QVD Load?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358022#M132870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/358022#M132870</guid>
      <dc:creator />
      <dc:date>2016-08-23T09:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use 'Order By' in a QVD Load?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/1541168#M439444</link>
      <description>&lt;P&gt;hey jaganand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check in sheet 1 and sort by key or sale whatever you take and show me the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 18:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-Order-By-in-a-QVD-Load/m-p/1541168#M439444</guid>
      <dc:creator>gauravkumar131</dc:creator>
      <dc:date>2019-02-07T18:38:04Z</dc:date>
    </item>
  </channel>
</rss>

