<?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 How to add selection into load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170530#M40925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! This was, what I was looking for! &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2010 12:17:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-04T12:17:57Z</dc:date>
    <item>
      <title>How to add selection into load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170526#M40921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;I need help, how to put the following logic into load statement. Shouldn't be rocket science, but I just can't get it right! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am first loading table 1 (header) with load statement :&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;TABLE1:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ID&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM A1.qvd;&lt;/P&gt;&lt;P&gt;I know that there is only 1 ID in the source, which keeps changing every minute. Next I need to load only that ID into table 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;TABLE2:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ID,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Date,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;TIME&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: bold"&gt;B1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I select to load only the data with ID from table 1, into table 2?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170526#M40921</guid>
      <dc:creator />
      <dc:date>2010-11-03T15:15:09Z</dc:date>
    </item>
    <item>
      <title>How to add selection into load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170527#M40922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your problem correctly, you need to do a resident:&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;load x,&lt;/P&gt;&lt;P&gt;y,&lt;/P&gt;&lt;P&gt;z&lt;/P&gt;&lt;P&gt;resident TABLE1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170527#M40922</guid>
      <dc:creator />
      <dc:date>2010-11-03T15:24:50Z</dc:date>
    </item>
    <item>
      <title>How to add selection into load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170528#M40923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but how to do the syntax in my case? I have fields &lt;B&gt;ID,&lt;/B&gt; &lt;B&gt;Date &amp;amp;&lt;/B&gt; &lt;B&gt;TIME&lt;/B&gt; in my data...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170528#M40923</guid>
      <dc:creator />
      <dc:date>2010-11-03T15:35:07Z</dc:date>
    </item>
    <item>
      <title>How to add selection into load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170529#M40924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use JOIN between table...&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;TABLE1:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ID&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM A1.qvd;&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;TABLE2:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;INNER JOIN(TABLE1) Load&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ID,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Date,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;TIME&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: bold"&gt;B1.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170529#M40924</guid>
      <dc:creator />
      <dc:date>2010-11-03T15:40:28Z</dc:date>
    </item>
    <item>
      <title>How to add selection into load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170530#M40925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! This was, what I was looking for! &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 12:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170530#M40925</guid>
      <dc:creator />
      <dc:date>2010-11-04T12:17:57Z</dc:date>
    </item>
    <item>
      <title>How to add selection into load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170531#M40926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason I am not able to load more than one table using inner join. I would like to read in the 1st table as a validator for the rest of the tables B1, C1 etc. So basically:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;TABLE1:&lt;/P&gt;&lt;P style="font-style: italic"&gt;Load&lt;/P&gt;&lt;P style="font-style: italic"&gt;ID&lt;/P&gt;&lt;P style="font-style: italic"&gt;FROM A1.qvd;&lt;/P&gt;&lt;P style="font-style: italic"&gt;TABLE2:&lt;/P&gt;&lt;P style="font-style: italic"&gt;INNER JOIN(TABLE1) Load&lt;/P&gt;&lt;P style="font-style: italic"&gt;ID,&lt;/P&gt;&lt;P style="font-style: italic"&gt;Date,&lt;/P&gt;&lt;P style="font-style: italic"&gt;TIME&lt;/P&gt;&lt;P style="font-style: italic"&gt;FROM&lt;/P&gt;&lt;P style="font-style: italic"&gt;B1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style:italic;"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;INNER JOIN(TABLE1) Load&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ID,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Date,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;TIME&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: bold"&gt;C1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;INNER JOIN(TABLE1) Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ID,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Date,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;TIME&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: bold"&gt;D1.qvd;&lt;/P&gt;&lt;P style="font-weight:bold;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 11:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170531#M40926</guid>
      <dc:creator />
      <dc:date>2011-01-29T11:37:03Z</dc:date>
    </item>
    <item>
      <title>How to add selection into load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170532#M40927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason I am stuck with a similar problem again. I have 2 identical files (Danish_customers, Other_Customers). I would need a report to compare which Customers exist both in Danish_customers and Other_Customers. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Danish_customers&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;CUSTOMERID,&lt;/P&gt;&lt;P&gt;CUSTOMERNAME&lt;/P&gt;&lt;P&gt;FROM Danish_customers.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Other_Customers&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN(Danish_customers)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;CUSTOMERID,&lt;/P&gt;&lt;P&gt;CUSTOMERNAME&lt;/P&gt;&lt;P&gt;FROM Other_Customers.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I end up with a report including ALL customers (All Other+Denmark) instead of getting a list of just the customers that exist both in Denmark and other places. What is it I am doing wrong here?&lt;/P&gt;&lt;P&gt;Example of the data:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Danish_customers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CUSTOMERID CUSTOMERNAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1234 Johnny Appleseed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2345 Jorgos Aviorikos&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Other_customers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight:bold;"&gt;&lt;STRONG&gt;CUSTOMERID CUSTOMERNAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight:bold;"&gt;&lt;STRONG&gt;B3203 John Smith&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight:bold;"&gt;&lt;STRONG&gt;2345 Jorgos Aviorikos &amp;lt;-- same as in Danish_customers&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;....&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;In this case I would like to collect only the customer 2345 in my final report.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 12:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170532#M40927</guid>
      <dc:creator />
      <dc:date>2011-03-31T12:27:55Z</dc:date>
    </item>
    <item>
      <title>How to add selection into load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170533#M40928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this simpler approach using 1 table...&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;CUSTOMERID,&lt;BR /&gt;CUSTOMERNAME,&lt;BR /&gt;'DANISH' as [Customer Type]&lt;BR /&gt;FROM Danish_customers.xlsx;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;CUSTOMERID,&lt;BR /&gt;CUSTOMERNAME,&lt;BR /&gt;'OTHER' as [Customer Type]&lt;BR /&gt;FROM Other_customers.xlsx;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Create report&lt;/P&gt;&lt;P&gt;Dimension: CUSTOMERID&lt;BR /&gt;expression: count([Customer Type])&lt;/P&gt;&lt;P&gt;Sort by expression descending...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-selection-into-load-statement/m-p/170533#M40928</guid>
      <dc:creator>bismart</dc:creator>
      <dc:date>2011-03-31T13:13:11Z</dc:date>
    </item>
  </channel>
</rss>

