<?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: any option for cross join in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/any-option-for-cross-join/m-p/2197249#M1074</link>
    <description>&lt;P&gt;If the tables are in the same database, just perform the cross-join there. Your DB components can handle ANY legitimate SQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they are not in the same DB, you can achieve this by using two tMap components in the format shown below....&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dataset B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dataset C&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;/P&gt;&lt;P&gt;Dataset A ------&amp;gt; tMap_1---------&amp;gt;tMap_2------------&amp;gt;cross-joined content&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Your Dataset A is fed into the tMap_1 as the Main flow. The DatasetB is a lookup which is not joined. Output all columns from that. Then connect another tMap with the output of tMap_1. Add a lookup with Dataset C. Do not join the lookup. Output all of the columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every row that enters via the Main flow of tMap_1 will be multiplied by every row in Dataset B. Likewise, every row that enters tMap_2 will be multiplied by Dataset C.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Sep 2018 15:59:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-17T15:59:18Z</dc:date>
    <item>
      <title>any option for cross join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/any-option-for-cross-join/m-p/2197248#M1073</link>
      <description>&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;is there any way to apply cross join through talend.?&lt;/P&gt;&lt;P&gt;i have 3 tables and want to get related data through cross join.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 15:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/any-option-for-cross-join/m-p/2197248#M1073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T15:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: any option for cross join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/any-option-for-cross-join/m-p/2197249#M1074</link>
      <description>&lt;P&gt;If the tables are in the same database, just perform the cross-join there. Your DB components can handle ANY legitimate SQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they are not in the same DB, you can achieve this by using two tMap components in the format shown below....&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dataset B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dataset C&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;/P&gt;&lt;P&gt;Dataset A ------&amp;gt; tMap_1---------&amp;gt;tMap_2------------&amp;gt;cross-joined content&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Your Dataset A is fed into the tMap_1 as the Main flow. The DatasetB is a lookup which is not joined. Output all columns from that. Then connect another tMap with the output of tMap_1. Add a lookup with Dataset C. Do not join the lookup. Output all of the columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every row that enters via the Main flow of tMap_1 will be multiplied by every row in Dataset B. Likewise, every row that enters tMap_2 will be multiplied by Dataset C.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 15:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/any-option-for-cross-join/m-p/2197249#M1074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T15:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: any option for cross join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/any-option-for-cross-join/m-p/2197250#M1075</link>
      <description>&lt;P&gt;Did this resolve your issue?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 09:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/any-option-for-cross-join/m-p/2197250#M1075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T09:19:44Z</dc:date>
    </item>
  </channel>
</rss>

