<?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: LOAD Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678778#M1080098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the quick answer.&lt;/P&gt;&lt;P&gt;So in my example, the final SLA table have sla_status and sla_priority.&amp;nbsp; Is the inner table still available or is it discarded ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 23:23:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-15T23:23:43Z</dc:date>
    <item>
      <title>LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678773#M1080093</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 came across this code in a dashboard and can someone explain how it work.&amp;nbsp; Why is there 2 load statements and only 1 from statement ? What is the source of the first LOAD ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; state as sla_state,&lt;/P&gt;&lt;P&gt; priority as sla_priority;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; state,&lt;/P&gt;&lt;P&gt; priority&lt;/P&gt;&lt;P&gt;FROM [task.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678773#M1080093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678774#M1080094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of code you mentioned, we can write in single Load statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SLA:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;state as sla_state,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;priority as sla_priority&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [task.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678774#M1080094</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-15T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678775#M1080095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A load preceding another load (or select) will take the second part as input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678775#M1080095</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2014-07-15T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678776#M1080096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a preceding load statement and by first statement state, priority fields are get renamed to new name. You can directly renamed it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SLA:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;state &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as sla_state&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;priority &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as sla_priority&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [task.qvd] (qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SLA:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;state,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;state &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as sla_state&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;priority,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;priority &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as sla_priority&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [task.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678776#M1080096</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-15T13:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678777#M1080097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Preceding load is explained in this article: &lt;EM&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/03/04/preceding-load"&gt;Preceding Load&lt;/A&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 14:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678777#M1080097</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-07-15T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678778#M1080098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the quick answer.&lt;/P&gt;&lt;P&gt;So in my example, the final SLA table have sla_status and sla_priority.&amp;nbsp; Is the inner table still available or is it discarded ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 23:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678778#M1080098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T23:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678779#M1080099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also can you achieve what preceding load does with resident load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; status,&lt;/P&gt;&lt;P&gt; priority;&lt;/P&gt;&lt;P&gt;from&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; status as sla_status,&lt;/P&gt;&lt;P&gt; priority as sla_priority;&lt;/P&gt;&lt;P&gt;resident TempTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 23:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678779#M1080099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T23:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678780#M1080100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no "inner table". There is an inner Load and an outer Load that are executed together, and result in one table only. So, the outermost Load defines the content of this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678780#M1080100</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-07-16T07:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678781#M1080101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 15:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678781#M1080101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD Statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678782#M1080102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read in another thread is Preceding Load is more efficient than Resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 15:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-Statement/m-p/678782#M1080102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T15:50:24Z</dc:date>
    </item>
  </channel>
</rss>

