<?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 Using two table's in a load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-two-table-s-in-a-load-statement/m-p/152415#M29862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;u have 2 possibilities ..&lt;/P&gt;&lt;P&gt;1:::: concatenate the tables and keep a flag field for the bucket u want to create (If u donot have common key for both tables..).&lt;/P&gt;&lt;P&gt;2:::: use join toget the data from 2 tables if u have any common key in both the tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 12:15:08 GMT</pubDate>
    <dc:creator>dolphin123</dc:creator>
    <dc:date>2009-08-10T12:15:08Z</dc:date>
    <item>
      <title>Using two table's in a load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-two-table-s-in-a-load-statement/m-p/152414#M29861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to use the field's from two tables's within a Load statement, but the table's are not related. Basically I want to show entries within 0 -3 Month, 3 -6 month's, 6month-1 Year, 1 year - 2 year. What should I do?&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 11:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-two-table-s-in-a-load-statement/m-p/152414#M29861</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2009-08-10T11:51:50Z</dc:date>
    </item>
    <item>
      <title>Using two table's in a load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-two-table-s-in-a-load-statement/m-p/152415#M29862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;u have 2 possibilities ..&lt;/P&gt;&lt;P&gt;1:::: concatenate the tables and keep a flag field for the bucket u want to create (If u donot have common key for both tables..).&lt;/P&gt;&lt;P&gt;2:::: use join toget the data from 2 tables if u have any common key in both the tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-two-table-s-in-a-load-statement/m-p/152415#M29862</guid>
      <dc:creator>dolphin123</dc:creator>
      <dc:date>2009-08-10T12:15:08Z</dc:date>
    </item>
    <item>
      <title>Using two table's in a load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-two-table-s-in-a-load-statement/m-p/152416#M29863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tblGROUP:&lt;BR /&gt;LOAD&lt;BR /&gt;Invoice,&lt;BR /&gt;invoice_date,&lt;BR /&gt;val,&lt;BR /&gt;qty,&lt;BR /&gt;'0 - 3 mths' as Period&lt;BR /&gt;FROM TABLE1&lt;BR /&gt;WHERE invoice_date &amp;lt; date(addmonths(date(monthstart(today()),'MMM-YYYY'),1)) and invoice_date &amp;gt;= date(addmonths(date(monthstart(today()),'MMM-YYYY'),-2)) ;&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;LOAD&lt;BR /&gt;order_no, // or invoice_no&lt;BR /&gt;Order_date, // or invoice_date&lt;BR /&gt;val,&lt;BR /&gt;qty,&lt;BR /&gt;'3 - 6 mths' as Period&lt;BR /&gt;FROM TABLE2&lt;BR /&gt;WHERE invoice_date &amp;lt; date(addmonths(date(monthstart(today()),'MMM-YYYY'),-3)) and invoice_date &amp;gt;= date(addmonths(date(monthstart(today()),'MMM-YYYY'),-5));&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Etc………………&lt;/P&gt;&lt;P&gt;let me know how you get on,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;FC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 22:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-two-table-s-in-a-load-statement/m-p/152416#M29863</guid>
      <dc:creator />
      <dc:date>2009-08-13T22:32:07Z</dc:date>
    </item>
  </channel>
</rss>

