<?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 simple Order by question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311158#M1184317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If I drop Table Test1, no data exists - Table Test2 is not there, (if I don't Drop Table Test1, I only have one Table (Test1), but then the number of records have been doubled).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 07:17:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-11T07:17:19Z</dc:date>
    <item>
      <title>simple Order by question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311156#M1184315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;I'm new to QlikView and have a Load somewhat like this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Test1:&lt;BR /&gt;LOAD Product, &lt;BR /&gt; Date, &lt;BR /&gt; Quantity, &lt;BR /&gt; Customer&lt;BR /&gt;FROM&lt;BR /&gt;QV_Date_Test.txt&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to Order by Date, and find in the Reference Manual that I have to use a resident table.&lt;BR /&gt;Based on my Load, what will be the next to write in the script to get this right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 14:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311156#M1184315</guid>
      <dc:creator />
      <dc:date>2011-11-10T14:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: simple Order by question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311157#M1184316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below code it may helps you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test1:&lt;/P&gt;&lt;P&gt;LOAD Product, &lt;/P&gt;&lt;P&gt; Date, &lt;/P&gt;&lt;P&gt; Quantity, &lt;/P&gt;&lt;P&gt; Customer&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;QV_Date_Test.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;LOAD Product, &lt;/P&gt;&lt;P&gt; Date, &lt;/P&gt;&lt;P&gt; Quantity, &lt;/P&gt;&lt;P&gt; Customer&lt;/P&gt;&lt;P&gt;Resident Test1&lt;/P&gt;&lt;P&gt;Order By Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Test1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 15:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311157#M1184316</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-11-10T15:02:36Z</dc:date>
    </item>
    <item>
      <title>simple Order by question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311158#M1184317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If I drop Table Test1, no data exists - Table Test2 is not there, (if I don't Drop Table Test1, I only have one Table (Test1), but then the number of records have been doubled).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 07:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311158#M1184317</guid>
      <dc:creator />
      <dc:date>2011-11-11T07:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: simple Order by question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311159#M1184318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Qualify *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;LOAD Product, &lt;/P&gt;&lt;P&gt; Date, &lt;/P&gt;&lt;P&gt; Quantity, &lt;/P&gt;&lt;P&gt; Customer&lt;/P&gt;&lt;P&gt;Resident Test1&lt;/P&gt;&lt;P&gt;Order By Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Test1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 07:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311159#M1184318</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-11-11T07:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: simple Order by question</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311160#M1184319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 07:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Order-by-question/m-p/311160#M1184319</guid>
      <dc:creator />
      <dc:date>2011-11-11T07:39:09Z</dc:date>
    </item>
  </channel>
</rss>

