<?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: Creating a Data Model in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Creating-a-Data-Model/m-p/1588104#M4004</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I can't see the outcome, but you can do this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table1:
Load
  *
From [YourSourceTable1] (qvd);

Left Join(Table1)
Load
  *
From [YourSourceTable2] (qvd);

Left Join(Table1)
Load
  *
From [YourSourceTable3] (qvd);&lt;/LI-CODE&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 11:57:16 GMT</pubDate>
    <dc:creator>JordyWegman</dc:creator>
    <dc:date>2019-06-04T11:57:16Z</dc:date>
    <item>
      <title>Creating a Data Model</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Creating-a-Data-Model/m-p/1584027#M3973</link>
      <description>&lt;P&gt;Hi I am trying to create&amp;nbsp;one table from 3 tables and I was wondering what the script would look like in the data load editor to accomplish this:&lt;/P&gt;&lt;P&gt;The tables and fields are as follows:&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;"/BIC/B_VGBEL.PO Reference Number",&lt;/P&gt;&lt;P&gt;"/BIC/W_IHREZ.PO Type",&lt;/P&gt;&lt;P&gt;"/BIC/W_LINES.Lines",&lt;/P&gt;&lt;P&gt;"/BIC/W_UNITS.Alter.Units",&lt;/P&gt;&lt;P&gt;"/BIC/W_WERKS.Plant",&lt;/P&gt;&lt;P&gt;"/BIC/W_XLTYP.Storage type",&lt;/P&gt;&lt;P&gt;"CALDAY.Calendar day",&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"CALMONTH.Cal. year / month"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;"/BIC/B_VGBEL.PO Reference Number",&lt;/P&gt;&lt;P&gt;"/BIC/W_ERDAT.Create date",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "/BIC/W_ERZET.Create time",&lt;/P&gt;&lt;P&gt;"/BIC/W_IHREZ.PO Type",&lt;/P&gt;&lt;P&gt;"/BIC/W_LINES.Lines",&lt;/P&gt;&lt;P&gt;"/BIC/W_PUTSTA.Put-Away Status",&lt;/P&gt;&lt;P&gt;"/BIC/W_UNITS.Alter.Units",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"/BIC/W_WERKS.Plant",&lt;/P&gt;&lt;P&gt;"CALDAY.Calendar day",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "CALMONTH.Cal. year / month"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 3:&lt;/P&gt;&lt;P&gt;"/BIC/M_BWART.Movement Type",&lt;/P&gt;&lt;P&gt;"/BIC/M_LGORT.Storage Location",&lt;/P&gt;&lt;P&gt;"/BIC/ZPLANT.Plant",&lt;/P&gt;&lt;P&gt;"CALMONTH.Cal. year / month",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&amp;nbsp; Really all I want is one table merged together from all 3 tables where I can write expressions against.&amp;nbsp; I've tried joins and qualifying and unqualifying fields and it doesn't seem to be working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Osman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 16:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Creating-a-Data-Model/m-p/1584027#M3973</guid>
      <dc:creator>okamal99</dc:creator>
      <dc:date>2019-05-23T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Data Model</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Creating-a-Data-Model/m-p/1588104#M4004</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I can't see the outcome, but you can do this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table1:
Load
  *
From [YourSourceTable1] (qvd);

Left Join(Table1)
Load
  *
From [YourSourceTable2] (qvd);

Left Join(Table1)
Load
  *
From [YourSourceTable3] (qvd);&lt;/LI-CODE&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 11:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Creating-a-Data-Model/m-p/1588104#M4004</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-06-04T11:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Data Model</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Creating-a-Data-Model/m-p/1588116#M4006</link>
      <description>what are the common fields on all of them through which you want to combine them in one table??&lt;BR /&gt;To combine all 3 tables in one table you can use&lt;BR /&gt;1: concatenate&lt;BR /&gt;2: join&lt;BR /&gt;&lt;BR /&gt;regards,</description>
      <pubDate>Tue, 04 Jun 2019 12:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Creating-a-Data-Model/m-p/1588116#M4006</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-06-04T12:09:24Z</dc:date>
    </item>
  </channel>
</rss>

