<?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 Need in Load. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-in-Load/m-p/1158106#M910188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Please let me know about the term &lt;STRONG&gt;Load by&lt;/STRONG&gt; and how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>lalitkgehlot89</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Need in Load.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-in-Load/m-p/1158106#M910188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Please let me know about the term &lt;STRONG&gt;Load by&lt;/STRONG&gt; and how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Kumar&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/Need-in-Load/m-p/1158106#M910188</guid>
      <dc:creator>lalitkgehlot89</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need in Load.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-in-Load/m-p/1158107#M910189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean 'Order By'? If Yes then here is the description from help - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" data-mc-conditions="Primary.NotToTranslate" style="padding: 7px; border: 1px solid #d5d5d5;"&gt; order_by&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;order by&lt;/SPAN&gt; is a clause used for sorting the records of a resident table before they are processed by the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;load&lt;/SPAN&gt; 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 collation order. This clause may only be used when the data source is a resident table.&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;The ordering fields specify 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 data-mc-conditions="Primary.NotToTranslate" style="font-size: inherit; margin: 0 0 5px;"&gt;orderbyfieldlist ::= fieldname [ sortorder ] { , fieldname [ sortorder ] }&lt;/P&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;sortorder&lt;/SPAN&gt; is either &lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;asc&lt;/SPAN&gt; for ascending or &lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;desc&lt;/SPAN&gt; for descending. If no &lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;sortorder&lt;/SPAN&gt; is specified,&lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;asc&lt;/SPAN&gt; is assumed.&lt;/P&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;fieldname&lt;/SPAN&gt;, &lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;path&lt;/SPAN&gt;, &lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;filename&lt;/SPAN&gt; and &lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;aliasname&lt;/SPAN&gt; are text strings representing what the respective names imply. Any field in the source table can be used as &lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;fieldname&lt;/SPAN&gt;. However, fields created through the as clause (&lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;aliasname&lt;/SPAN&gt;) are out of scope and cannot be used inside the same &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;load&lt;/SPAN&gt; statement.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 08:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-in-Load/m-p/1158107#M910189</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-09T08:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need in Load.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-in-Load/m-p/1158108#M910190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD by ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is&lt;/P&gt;&lt;P&gt;Group by &amp;amp; Order by&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 08:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-in-Load/m-p/1158108#M910190</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-09T08:18:23Z</dc:date>
    </item>
  </channel>
</rss>

