<?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: sort records while loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134421#M894982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;type, action, date, customer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re001, 33, customer001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install, In001, 30, customer001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re002, 43, customer001&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install, In002, 30, customer002&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re002, 39, customer002&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; AutoNumber(RecNo(), customer) as [sort order]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By customer, date;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="133746" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133746_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 10:13:37 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-05T10:13:37Z</dc:date>
    <item>
      <title>sort records while loading</title>
      <link>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134419#M894980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My question is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is my original data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type, action, date, customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re001, 33, customer001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install, In001, 30, customer001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re002, 43, customer001&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install, In002, 30, customer002&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re002, 39, customer002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to load them all and have another "sort order" field and my result should be like this below. I mean group by customer and order by date. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="275"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="46"&gt;t&lt;SPAN class="font6"&gt;ype&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="49"&gt;action&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="81"&gt;customer&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="69"&gt;s&lt;SPAN class="font6"&gt;ort order&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="30"&gt;date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Install&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;In001&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;customer001&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Repair&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Re001&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;customer001&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Repair&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Re002&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;customer001&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;43&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Install&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;In002&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;customer002&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Repair&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Re002&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;customer002&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;39&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I write the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134419#M894980</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: sort records while loading</title>
      <link>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134420#M894981</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;Have you tried the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Action,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecNo() as SortOrder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from Table...&lt;/P&gt;&lt;P&gt;Order by Customer, Date asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 08:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134420#M894981</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-08-05T08:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: sort records while loading</title>
      <link>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134421#M894982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;type, action, date, customer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re001, 33, customer001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install, In001, 30, customer001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re002, 43, customer001&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install, In002, 30, customer002&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re002, 39, customer002&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; AutoNumber(RecNo(), customer) as [sort order]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By customer, date;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="133746" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133746_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 10:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134421#M894982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-05T10:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: sort records while loading</title>
      <link>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134422#M894983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can only do an order by on a Resident Load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 10:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134422#M894983</guid>
      <dc:creator>squeakie_pig</dc:creator>
      <dc:date>2016-08-05T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: sort records while loading</title>
      <link>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134423#M894984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies, Yes you are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my test i did do a resident load however when i typed it here for some reason i removed that element for ease of reading which was obviously not the best thing to do &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type, Action, Date, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair,&amp;nbsp; Re001, 33,&amp;nbsp; customer001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install,&amp;nbsp; In001, 30,&amp;nbsp; customer001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair,&amp;nbsp; Re002, 43,&amp;nbsp; customer001&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install,&amp;nbsp; In002, 30,&amp;nbsp; customer002&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair,&amp;nbsp; Re002, 39,&amp;nbsp; customer002&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; RecNo() as SortOrder&lt;/P&gt;&lt;P&gt;resident Temp&lt;/P&gt;&lt;P&gt;Order by Customer, Date asc;&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>Fri, 05 Aug 2016 11:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134423#M894984</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-08-05T11:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: sort records while loading</title>
      <link>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134424#M894985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's not working.&amp;nbsp; the result will be &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 330px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="46"&gt;wotype&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="49"&gt;action&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="81"&gt;customer&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="30"&gt;date&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="60"&gt;SortOrder&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;&amp;nbsp;&amp;nbsp; I want &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Install&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;In001&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;customer001&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Repair&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Re001&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;customer001&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Repair&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Re002&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;customer001&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;43&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Install&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;In002&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;customer002&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Repair&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Re002&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;customer002&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;39&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 00:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134424#M894985</guid>
      <dc:creator />
      <dc:date>2016-08-15T00:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: sort records while loading</title>
      <link>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134425#M894986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually tried this way. quite the same as your answer. thank you. &lt;/P&gt;&lt;P&gt;tmp:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wotype, action, date, customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re001, 33, customer001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install, In001, 30, customer001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re002, 43, customer001&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install, In002, 30, customer002&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repair, Re002, 39, customer002&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;tmp_1:&lt;/P&gt;&lt;P&gt;load AutoNumber(date,customer),customer,date,action,wotype&lt;/P&gt;&lt;P&gt;Resident tmp &lt;/P&gt;&lt;P&gt;order by customer,date;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 00:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sort-records-while-loading/m-p/1134425#M894986</guid>
      <dc:creator />
      <dc:date>2016-08-15T00:56:04Z</dc:date>
    </item>
  </channel>
</rss>

