<?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 Load Order by in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277467#M1204223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AndreaPeretti,&lt;/P&gt;&lt;P&gt;I can't find 'Order desc' field ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Order by&lt;/I&gt; &lt;B&gt;&lt;I&gt;Sales desc,&lt;/I&gt;&lt;/B&gt;&lt;I&gt;Name;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, you can sort data in chart level also.........&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilupa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Sep 2010 11:34:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-17T11:34:14Z</dc:date>
    <item>
      <title>Load Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277466#M1204222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working properly.&lt;BR /&gt;not order the table.&lt;/P&gt;&lt;P&gt;can you help me?&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;temp1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Name, Sales&lt;BR /&gt; A,20&lt;BR /&gt; B, 10&lt;BR /&gt; C,45&lt;BR /&gt; D,20&lt;BR /&gt; E, 21&lt;BR /&gt; F,32&lt;BR /&gt; G,200&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;temp:&lt;BR /&gt;noconcatenate Load&lt;BR /&gt;Name,sum(Sales) as Sales&lt;BR /&gt;Resident temp1&lt;BR /&gt;group by Name&lt;BR /&gt;Order by Sales desc,Name;&lt;BR /&gt;Drop Table temp1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277466#M1204222</guid>
      <dc:creator />
      <dc:date>2010-09-17T11:20:00Z</dc:date>
    </item>
    <item>
      <title>Load Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277467#M1204223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AndreaPeretti,&lt;/P&gt;&lt;P&gt;I can't find 'Order desc' field ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Order by&lt;/I&gt; &lt;B&gt;&lt;I&gt;Sales desc,&lt;/I&gt;&lt;/B&gt;&lt;I&gt;Name;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, you can sort data in chart level also.........&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilupa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277467#M1204223</guid>
      <dc:creator />
      <dc:date>2010-09-17T11:34:14Z</dc:date>
    </item>
    <item>
      <title>Load Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277468#M1204224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;order by&lt;A id="order_by" name="order_by"&gt;&lt;/A&gt; is a clause used for sorting the records of a resident input table before they are processed by the load statement. The resident table can be sorted by one or more fields in ascending or descending order. The sorting is made primarily by numeric value and secondarily by national ASCII value. This clause may only be used when the data source is a resident table.&lt;/P&gt;&lt;P&gt;field specifies which field the resident table is sorted by. The field can be specified by its name or by its number in the resident table (the first field is number 1).&lt;/P&gt;&lt;P&gt;sortorder is either asc for ascending or desc for descending. If no sortorder is specified, asc is assumed.&lt;/P&gt;&lt;P&gt;Note: If no source of data is given by means of a from, inline, resident or autogenerate clause, data will be loaded from the result of the immediately succeeding &lt;A href="http://community.qlik.com/forums/t/Select_SQL.htm"&gt;select&lt;/A&gt; or load statement. The succeeding statement should not have a prefix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277468#M1204224</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-09-17T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Load Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277469#M1204225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;If I wanted to GET THIS CHART being loaded?&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:87pt;" width="115"&gt;&lt;TBODY&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl28" height="18" style="height:13.5pt;width:41pt;" width="54"&gt;&lt;/TD&gt;&lt;TD class="xl29" style="width:46pt;" width="61"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl26" height="18" style="height:13.5pt;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl27"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD height="18" style="height:13.5pt;"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl28" height="18" style="height:13.5pt;"&gt;NAME&lt;/TD&gt;&lt;TD class="xl29"&gt;SALES&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;G&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;F&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;E&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;21&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl25"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:13.5pt;"&gt;&lt;TD class="xl26" height="18" style="height:13.5pt;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl27"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277469#M1204225</guid>
      <dc:creator />
      <dc:date>2010-09-17T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Load Order by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277470#M1204226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is working properly you couldnt see that Beacuse you are probably trying to see that effect on the table box or another object.&lt;/P&gt;&lt;P&gt;QlikView automatically analyzing your data and decide automatically what kind sorting is suitable also you can change ...&lt;/P&gt;&lt;P&gt;if you really want to trust that statements you should try that script and then sort by X . Im just giving recno so first value shoul be 200 ... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;temp1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Name, Sales&lt;BR /&gt; A,20&lt;BR /&gt; B, 10&lt;BR /&gt; C,45&lt;BR /&gt; D,20&lt;BR /&gt; E, 21&lt;BR /&gt; F,32&lt;BR /&gt; G,200&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;temp:&lt;BR /&gt;noconcatenate Load *,recNo() as X&lt;BR /&gt;Resident temp1&lt;BR /&gt;Order by Sales desc,Name;&lt;BR /&gt;Drop Table temp1;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Output :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="white" border="1" cellpadding="0" cellspacing="0" style="font-size:9pt;"&gt;&lt;TBODY&gt;&lt;TR align="left"&gt;&lt;TH&gt;&lt;B&gt;Name&lt;/B&gt;&lt;/TH&gt;&lt;TH&gt;&lt;B&gt;Sales&lt;/B&gt;&lt;/TH&gt;&lt;TH&gt;&lt;B&gt;X&lt;/B&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR align="right"&gt;&lt;TD align="left" bgcolor="white"&gt;G&lt;/TD&gt;&lt;TD bgcolor="white"&gt;200&lt;/TD&gt;&lt;TD bgcolor="white"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="right"&gt;&lt;TD align="left" bgcolor="white"&gt;C&lt;/TD&gt;&lt;TD bgcolor="white"&gt;45&lt;/TD&gt;&lt;TD bgcolor="white"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="right"&gt;&lt;TD align="left" bgcolor="white"&gt;F&lt;/TD&gt;&lt;TD bgcolor="white"&gt;32&lt;/TD&gt;&lt;TD bgcolor="white"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="right"&gt;&lt;TD align="left" bgcolor="white"&gt;E&lt;/TD&gt;&lt;TD bgcolor="white"&gt;21&lt;/TD&gt;&lt;TD bgcolor="white"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="right"&gt;&lt;TD align="left" bgcolor="white"&gt;A&lt;/TD&gt;&lt;TD bgcolor="white"&gt;20&lt;/TD&gt;&lt;TD bgcolor="white"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="right"&gt;&lt;TD align="left" bgcolor="white"&gt;D&lt;/TD&gt;&lt;TD bgcolor="white"&gt;20&lt;/TD&gt;&lt;TD bgcolor="white"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="right"&gt;&lt;TD align="left" bgcolor="white"&gt;B&lt;/TD&gt;&lt;TD bgcolor="white"&gt;10&lt;/TD&gt;&lt;TD bgcolor="white"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 12:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Order-by/m-p/277470#M1204226</guid>
      <dc:creator />
      <dc:date>2010-09-17T12:00:11Z</dc:date>
    </item>
  </channel>
</rss>

