<?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 What is Load Order in QlikView? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892960#M310942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an example of what is a Load Order in Qlikview? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 10:11:13 GMT</pubDate>
    <dc:creator>jblomqvist</dc:creator>
    <dc:date>2015-04-23T10:11:13Z</dc:date>
    <item>
      <title>What is Load Order in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892960#M310942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an example of what is a Load Order in Qlikview? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 10:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892960#M310942</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-04-23T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: What is Load Order in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892961#M310943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take this load as example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;FieldA&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Load Order of the values of FieldA is first B, then Z and finally A. The A-Z text sort order of those same values is A, B, Z. So in this case the load order is different than the A-Z text sort order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 10:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892961#M310943</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-23T10:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is Load Order in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892962#M310944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert, so if I wanted to change the load order in the script I could use Order By maybe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there other techniques?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 11:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892962#M310944</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-04-23T11:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is Load Order in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892963#M310945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Order By to change the order, but you'll have to rename the field. Try the example below and after reloading add two listboxes for FieldA and FieldB and set the sort order of both to Load Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;FieldA&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;LOAD FieldA, FieldA as FieldB&lt;/P&gt;&lt;P&gt;Resident T1&lt;/P&gt;&lt;P&gt;ORDER BY FieldA desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE T1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 11:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892963#M310945</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-23T11:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is Load Order in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892964#M310946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this to change sort load order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b: &lt;STRONG&gt;NoConcatenate load field as field1&amp;nbsp; Resident a order by field desc;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table a;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 11:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Load-Order-in-QlikView/m-p/892964#M310946</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-23T11:12:17Z</dc:date>
    </item>
  </channel>
</rss>

