<?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: Cartesian product in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397291#M8609</link>
    <description>Hi, and sorry for my english 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; 
&lt;BR /&gt;yes, cartesian prodact is: 
&lt;BR /&gt;select * 
&lt;BR /&gt;from table1, table2 
&lt;BR /&gt;where table1.a &amp;gt; 10 
&lt;BR /&gt;yes, I can write this select in tOracleInput, 
&lt;BR /&gt;but in my case table1 and table2 are two big select and I already use 2 tOracleInput, and now I?d like to create a job design where I can unite, with a condition, some fields from ?tOracleInput1? and some field from ?tOracleInput2? in to new table. For ?unite? the fields, I use the tMap, so I can explain the "where" conditions, but the tmap can not combine any fields without any join between tOracleInput1 and tOracleInput2. Which components do I have to use? Can you help me 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;</description>
    <pubDate>Mon, 07 May 2007 10:14:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-05-07T10:14:28Z</dc:date>
    <item>
      <title>Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397287#M8605</link>
      <description>Hi, how can I do to obtain a cartesian product between two oracle tables?I use tMap component.  Thank you.</description>
      <pubDate>Sat, 16 Nov 2024 14:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397287#M8605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397288#M8606</link>
      <description>Hi,
&lt;BR /&gt;A tOracleInput component is perhaps more adapted to your need! The tMap only accepts a main input flow and lookup tables.</description>
      <pubDate>Fri, 04 May 2007 13:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397288#M8606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-04T13:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397289#M8607</link>
      <description>Thanks for your answer. Yes, I use 2 tOracleInput (for 2 tables) and 1 tMap and 1 tLogRow, but when I try to obtain the cartesian product with the tMap I get this warning : "The lookup table 'row2' should have at least one expression key filled" and in the result the fields of the second table are NULL . I think there is not a join between the 2 tOracleInput. What can I do? You can look the jpg below</description>
      <pubDate>Fri, 04 May 2007 16:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397289#M8607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-04T16:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397290#M8608</link>
      <description>Hi,
&lt;BR /&gt;What do you exactly mean by cartesian product ? My definition is : 
&lt;BR /&gt;
&lt;PRE&gt;SELECT *&lt;BR /&gt;FROM table1, table2&lt;/PRE&gt;
&lt;BR /&gt;and I only need one tOracleInput component to produce it.</description>
      <pubDate>Sat, 05 May 2007 08:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397290#M8608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-05T08:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397291#M8609</link>
      <description>Hi, and sorry for my english 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; 
&lt;BR /&gt;yes, cartesian prodact is: 
&lt;BR /&gt;select * 
&lt;BR /&gt;from table1, table2 
&lt;BR /&gt;where table1.a &amp;gt; 10 
&lt;BR /&gt;yes, I can write this select in tOracleInput, 
&lt;BR /&gt;but in my case table1 and table2 are two big select and I already use 2 tOracleInput, and now I?d like to create a job design where I can unite, with a condition, some fields from ?tOracleInput1? and some field from ?tOracleInput2? in to new table. For ?unite? the fields, I use the tMap, so I can explain the "where" conditions, but the tmap can not combine any fields without any join between tOracleInput1 and tOracleInput2. Which components do I have to use? Can you help me 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;</description>
      <pubDate>Mon, 07 May 2007 10:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397291#M8609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-07T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397292#M8610</link>
      <description>Have you tried E.L.T. components such as tELTOracleInput, tELTOracleMap and tELTOracleOutput ?
&lt;BR /&gt;You can see the pdf documentation on these components at this URL 
&lt;A href="http://www.talend.com/tos/user-guide/V080/TalendOpenStudio_UG_0.8_Eng.pdf" rel="nofollow noopener noreferrer"&gt;http://www.talend.com/tos/user-guide/V080/TalendOpenStudio_UG_0.8_Eng.pdf&lt;/A&gt; from page 130.</description>
      <pubDate>Mon, 07 May 2007 12:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397292#M8610</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2007-05-07T12:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397293#M8611</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Have you tried E.L.T. components such as tELTOracleInput, tELTOracleMap and tELTOracleOutput ?&lt;BR /&gt;You can see the pdf documentation on these components at this URL &lt;A href="http://www.talend.com/tos/user-guide/V080/TalendOpenStudio_UG_0.8_Eng.pdf" rel="nofollow noopener noreferrer"&gt;http://www.talend.com/tos/user-guide/V080/TalendOpenStudio_UG_0.8_Eng.pdf&lt;/A&gt; from page 130.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi, thanks for your answer. I've read the pdf documentation and I tried E.L.T. components such as tELTOracleInput, tELTOracleMap and tELTOracleOutput, but with E.L.T components I can make cartesian product but I can?t write my ?select? in tELTOracleInput, so I think it's not good for me 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;</description>
      <pubDate>Mon, 07 May 2007 13:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397293#M8611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-07T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397294#M8612</link>
      <description>You can add where clauses in tELTOracleMap by pushing the button "Add filter row" in an output table.&lt;BR /&gt;One of the advantages of ELT components is performance because all processing are done by the Database server.&lt;BR /&gt;An other way is to use the tOracleRow. You can type your custom query and send results in a tOracleOutput component.</description>
      <pubDate>Mon, 07 May 2007 13:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397294#M8612</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2007-05-07T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397295#M8613</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;You can add where clauses in tELTOracleMap by pushing the button "Add filter row" in an output table.&lt;BR /&gt;One of the advantages of ELT components is performance because all processing are done by the Database server.&lt;BR /&gt;An other way is to use the tOracleRow. You can type your custom query and send results in a tOracleOutput component.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi and thanks for your answer. 
&lt;BR /&gt;I understand that 
&lt;BR /&gt;?add where clauses in tELTOracleMap by pushing the button "Add filter row" in an output table? 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; 
&lt;BR /&gt;but in tELTOracleMap I can?t write my select; 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;and I understand that 
&lt;BR /&gt;?An other way is to use the tOracleRow. You can type your custom query and send results in a tOracleOutput component? 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; 
&lt;BR /&gt;but I don?t want to write a big cartesian product in 1 tOracleRow or 1 tOracleInput . 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; 
&lt;BR /&gt;Thanks a lot 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;</description>
      <pubDate>Wed, 09 May 2007 10:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397295#M8613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-09T10:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397296#M8614</link>
      <description>So, if I understand well, you would like to use a standalone component with a free field for typing your query such as 
&lt;BR /&gt;INSERT MyTable (MyColumn1, MyColumn2, MyColumn3, MyColumn4) (SELECT * FROM MyTable1, MyTable2)
&lt;BR /&gt;Is it right ?
&lt;BR /&gt;With Talend 2.0.0 you can execute this query in tOracleRow but you must connect a fake start component before to send one row, then the query will be executed.
&lt;BR /&gt;With Talend 2.0.1 (not released yet) you will be able to use the tOracleRow alone.</description>
      <pubDate>Wed, 09 May 2007 12:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397296#M8614</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2007-05-09T12:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397297#M8615</link>
      <description>Do you have some idea about the release plan ?
&lt;BR /&gt;When version 2.0.1 will be released?
&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 09 May 2007 12:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397297#M8615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-09T12:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397298#M8616</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;So, if I understand well, you would like to use a standalone component with a free field for typing your query such as &lt;BR /&gt;INSERT MyTable (MyColumn1, MyColumn2, MyColumn3, MyColumn4) (SELECT * FROM MyTable1, MyTable2)&lt;BR /&gt;Is it right ?&lt;BR /&gt;With Talend 2.0.0 you can execute this query in tOracleRow but you must connect a fake start component before to send one row, then the query will be executed.&lt;BR /&gt;With Talend 2.0.1 (not released yet) you will be able to use the tOracleRow alone.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes J, to be more precise: 
&lt;BR /&gt;select SELECT1.A,SELECT2.B 
&lt;BR /&gt;from (select * from TABLE1) select1, (select * from TABLE2 where C='kk') select2 
&lt;BR /&gt;but select1 end select2 are the output of two distinct components!So, my problem is to find a graphic component where I can select ?A? and ?B? and to use the output to other component, like tMap! 
&lt;BR /&gt;I?d like to see a similar graphic: 
&lt;BR /&gt; --------------- 
&lt;BR /&gt; | select1 | 
&lt;BR /&gt; -------------- 
&lt;BR /&gt; | -------------- 
&lt;BR /&gt; -----------------&amp;gt;| cartesian |--------&amp;gt; ?.. other graphic.... 
&lt;BR /&gt; -----------------&amp;gt;| product | 
&lt;BR /&gt; | | and select | 
&lt;BR /&gt; | | A and B | 
&lt;BR /&gt; | -------------- 
&lt;BR /&gt; --------------- 
&lt;BR /&gt; | select2 | 
&lt;BR /&gt; ----.---------- 
&lt;BR /&gt;Is it possible? What do you think about?</description>
      <pubDate>Wed, 09 May 2007 17:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397298#M8616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-09T17:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397299#M8617</link>
      <description>The example on picture should fulfil your problem.&lt;BR /&gt;What do you think ?</description>
      <pubDate>Thu, 10 May 2007 13:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397299#M8617</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2007-05-10T13:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397300#M8618</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The example on picture should fulfil your problem.&lt;BR /&gt;What do you think ?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Thanks a lot for your graphic and for you suggestion J &lt;BR /&gt;Yes,  that you have done is that I?d like to do, but I can?t because  I haven?t ?table1? and ?table2?! L I have two big distinct graphics created in Talend or two big distinct ?select?. &lt;BR /&gt;Well :&lt;BR /&gt;1.	how can I write my two ?select? in your tETLOracleInput_1  and tETLOracleInput_2?&lt;BR /&gt;or&lt;BR /&gt;2.	how can I connect my two distinct graphics to your  tELTOracleInput_1  and tETLOracleInput_2?&lt;BR /&gt;I know that:&lt;BR /&gt;1.	If I use tMap component then I can write my two big distinct ?select? into two tOracleInput, but I can?t obtain the ?cross Join? o ?cartesian product?&lt;BR /&gt;2.	If I use tELTOracleMap I can make a ?cross Join? but I can?t connect anything to the tELTOracleMap or I can connect tETLOracleInput but I can?t write my select because is not allowed.&lt;BR /&gt;Is it true?&lt;BR /&gt;tnx</description>
      <pubDate>Thu, 10 May 2007 14:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397300#M8618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-10T14:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397301#M8619</link>
      <description>I have a doubt : do you really want a cartesian product between your 2 inputs ?&lt;BR /&gt;In a cartesian product, if your first input has X rows and your second input has Y rows, the output resulting from the cartesian product will have X*Y rows.</description>
      <pubDate>Thu, 10 May 2007 14:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397301#M8619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-10T14:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397302#M8620</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I have a doubt : do you really want a cartesian product between your 2 inputs ?&lt;BR /&gt;In a cartesian product, if your first input has X rows and your second input has Y rows, the output resulting from the cartesian product will have X*Y rows.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;yes 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I want</description>
      <pubDate>Thu, 10 May 2007 14:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397302#M8620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-10T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397303#M8621</link>
      <description>OK, the best way to do it is to load your 2 inputs in 2 Oracle tables and then use ELT components the way amaumont explained in his last post.</description>
      <pubDate>Thu, 10 May 2007 14:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397303#M8621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-10T14:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397304#M8622</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;OK, the best way to do it is to load your 2 inputs in 2 Oracle tables and then use ELT components the way amaumont explained in his last post.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks for your solution. 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; 
&lt;BR /&gt;You said: 
&lt;BR /&gt;? best way to do it is to load your 2 inputs in 2 Oracle tables? --&amp;gt; 1 STEP 
&lt;BR /&gt;and 
&lt;BR /&gt;?then use ELT components? --&amp;gt; 2 STEP 
&lt;BR /&gt;Then I have: 
&lt;BR /&gt;1. I used two tOracleInput and two tOracleOutput for write my selects into tables --&amp;gt; STEP 1 
&lt;BR /&gt;2. I used two tELTOracleInput and 1 tELTMap for the ?cross join? --&amp;gt; STEP 2 
&lt;BR /&gt;Result: 
&lt;BR /&gt;The result of the tELTOracleOutput is incorrect because STEP1 and STEP2 are non synchronized and they start together!!! 
&lt;BR /&gt;How can I resolve this problem? 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;</description>
      <pubDate>Thu, 10 May 2007 17:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397304#M8622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-10T17:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397305#M8623</link>
      <description>Ok, I see your problem.
&lt;BR /&gt;The solution I propose is not the better solution because a bug prevents to connect correctly a third RunBefore from tOracleInput to tELTOracleMap. Even it is possible, it implies a compilation error. I created a bug report on this subject 1077.
&lt;BR /&gt;So an alternative solution should be to use a tRunJob to start ELT processing like in the image.</description>
      <pubDate>Fri, 11 May 2007 00:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397305#M8623</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2007-05-11T00:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cartesian product</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397306#M8624</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Ok, I see your problem.&lt;BR /&gt;The solution I propose is not the better solution because a bug prevents to connect correctly a third RunBefore from tOracleInput to tELTOracleMap. Even it is possible, it implies a compilation error. I created a bug report on this subject 1077.&lt;BR /&gt;So an alternative solution should be to use a tRunJob to start ELT processing like in the image.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks for your solution. It runs. 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I hope the problem bug 1077 will be quickly resolved! 
&lt;BR /&gt;However the best solution should be to put a ?cross join? in the tMap component, because if I use ELT component, I must insert the result of tELTOracleMap into table before using it. 
&lt;BR /&gt;Why is the ?cross join? possible only in tELtOracleMap and not in the tMap? 
&lt;BR /&gt;Thanks a lot 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;</description>
      <pubDate>Fri, 11 May 2007 16:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cartesian-product/m-p/2397306#M8624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-11T16:59:22Z</dc:date>
    </item>
  </channel>
</rss>

