<?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 script only creates one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-script-only-creates-one-table/m-p/957140#M979256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need the columns from the sale as well, then all you need to do is add a "*" after "load".&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;, if(Round(date...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 22:24:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-19T22:24:38Z</dc:date>
    <item>
      <title>Load script only creates one table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-only-creates-one-table/m-p/957138#M979254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a load script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;if(Round(date((date([Pep due date], 'DD/MM/YYYY') - date(Now(), 'DD/MM/YYYY')),'DD')) &amp;gt; 30, 'G',&lt;/P&gt;&lt;P&gt;if(Round(date((date([Pep due date], 'DD/MM/YYYY') - date(Now(), 'DD/MM/YYYY')),'DD')) &amp;lt;= 29 and Round(date((date([Pep due date], 'DD/MM/YYYY') - date(Now(), 'DD/MM/YYYY')),'DD')) &amp;gt; 0, 'A',&lt;/P&gt;&lt;P&gt;if(Round(date((date([Pep due date], 'DD/MM/YYYY') - date(Now(), 'DD/MM/YYYY')),'DD')) &amp;lt;= 0, 'R'))) AS Group;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;c.duedate AS 'Pep due date'&lt;/P&gt;&lt;P&gt;FROM LacTest.dbo.table a&lt;/P&gt;&lt;P&gt;join lactest.dbo.include b on a.upn = b.upn&lt;/P&gt;&lt;P&gt;left join lactest.dbo.pep c on a.upn = c.upn&lt;/P&gt;&lt;P&gt;where b.active = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first part of the script is supposed to sort the data into one of three groups so that I can do a RAG pie chart. The second part loads data from an SQL table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I run this script only the Group table is create in qv - no data from SQL at all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can someone explain why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 16:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-only-creates-one-table/m-p/957138#M979254</guid>
      <dc:creator />
      <dc:date>2015-08-19T16:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load script only creates one table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-only-creates-one-table/m-p/957139#M979255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's called a preceding load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detailed information can be found here: &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 16:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-only-creates-one-table/m-p/957139#M979255</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-08-19T16:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load script only creates one table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-only-creates-one-table/m-p/957140#M979256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need the columns from the sale as well, then all you need to do is add a "*" after "load".&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;, if(Round(date...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 22:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-only-creates-one-table/m-p/957140#M979256</guid>
      <dc:creator />
      <dc:date>2015-08-19T22:24:38Z</dc:date>
    </item>
  </channel>
</rss>

