<?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: Need help linking columns together for 2 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049661#M929865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14586805534319779" jivemacro_uid="_14586805534319779" modifiedtitle="true"&gt;
&lt;P&gt;OrderH:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; OURSO &amp;amp;'-'&amp;amp; [Customer Number] &amp;amp;'-'&amp;amp; [Invoice Date] AS Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field3&lt;/P&gt;
&lt;P&gt;From OrderH ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;OrderD:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; OURSO &amp;amp;'-'&amp;amp; [Customer Number] &amp;amp;'-'&amp;amp; [Invoice Date] AS Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field4,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field5,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field6&lt;/P&gt;
&lt;P&gt;From OrderD;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agustín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2016 21:03:16 GMT</pubDate>
    <dc:creator>agustinbobba</dc:creator>
    <dc:date>2016-03-22T21:03:16Z</dc:date>
    <item>
      <title>Need help linking columns together for 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049659#M929863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to form a relationship for 2 tables OrderH and OrderD for columns OURSO, Customer Number, and Invoice Date. &lt;/P&gt;&lt;P&gt;How should my load script look like to do this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049659#M929863</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help linking columns together for 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049660#M929864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want explicitly join them into one table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 20:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049660#M929864</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-22T20:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help linking columns together for 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049661#M929865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14586805534319779" jivemacro_uid="_14586805534319779" modifiedtitle="true"&gt;
&lt;P&gt;OrderH:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; OURSO &amp;amp;'-'&amp;amp; [Customer Number] &amp;amp;'-'&amp;amp; [Invoice Date] AS Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field3&lt;/P&gt;
&lt;P&gt;From OrderH ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;OrderD:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; OURSO &amp;amp;'-'&amp;amp; [Customer Number] &amp;amp;'-'&amp;amp; [Invoice Date] AS Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field4,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field5,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Field6&lt;/P&gt;
&lt;P&gt;From OrderD;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agustín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 21:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049661#M929865</guid>
      <dc:creator>agustinbobba</dc:creator>
      <dc:date>2016-03-22T21:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help linking columns together for 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049662#M929866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis aswell&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3451"&gt;Generic keys&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 05:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049662#M929866</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-23T05:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help linking columns together for 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049663#M929867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have many columns to be combined across 2 tables you could use JOIN , if you want to link the 2 tables using limited set of keys then you can form a composite a key ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provide a sample data set that will help us to suggest&amp;nbsp; better&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 05:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049663#M929867</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-23T05:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help linking columns together for 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049664#M929868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 06:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049664#M929868</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-03-23T06:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help linking columns together for 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049665#M929869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys I figured it out! Thanks a bunch for your help! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 20:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-linking-columns-together-for-2-tables/m-p/1049665#M929869</guid>
      <dc:creator />
      <dc:date>2016-03-23T20:25:44Z</dc:date>
    </item>
  </channel>
</rss>

