<?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: It's possibe define the priority between branches??? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297879#M70405</link>
    <description>Hi, 
&lt;BR /&gt;I see that this bug has been already fixed, I'm working with release M2, it's possible to upgrade this bug? Or I must wait for another release? 
&lt;BR /&gt;Thanks 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 28 Mar 2007 16:15:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-03-28T16:15:37Z</dc:date>
    <item>
      <title>It's possibe define the priority between branches???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297873#M70399</link>
      <description>If I have an tDBInput with two main rows, how can I define the priority of execution of this branches?&lt;BR /&gt;I need that the "row2" executes before "row1" (see image in attach)&lt;BR /&gt;#row2&lt;BR /&gt;(creates 'N' files)&lt;BR /&gt;#row1&lt;BR /&gt;(appends information on the files that row2 creates).&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Sat, 16 Nov 2024 14:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297873#M70399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: It's possibe define the priority between branches???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297874#M70400</link>
      <description>Unfortunately, you can't define the order of row2 Vs row1 because the source component is not a tMap. tMap can manage the order of its output. See related 467.&lt;BR /&gt;In your case, insert a tMap after tDBInput_2 and link tUniqRow_1 and tMap_1 to this inserted tMap.</description>
      <pubDate>Fri, 23 Mar 2007 08:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297874#M70400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-23T08:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: It's possibe define the priority between branches???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297875#M70401</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Unfortunately, you can't define the order of row2 Vs row1 because the source component is not a tMap. tMap can manage the order of its output. See related 467.&lt;BR /&gt;In your case, insert a tMap after tDBInput_2 and link tUniqRow_1 and tMap_1 to this inserted tMap.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I did that, but i think that the tUniqRow (in row2) adulterates the data of the row1.&lt;BR /&gt;--&amp;gt; row2 it's good, because the output must be 3 rows, so it's correct.&lt;BR /&gt;--&amp;gt; row1 or tLogRow_3 must be 7 rows...that's why I think that the Row2 is changing the data flow...&lt;BR /&gt;Any idea to pass this behaviour???</description>
      <pubDate>Fri, 23 Mar 2007 10:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297875#M70401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-23T10:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: It's possibe define the priority between branches???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297876#M70402</link>
      <description>There is a bug when you use a tUniqRow on a branch: if tUniqRow rejects the row, all branches are bypassed.</description>
      <pubDate>Fri, 23 Mar 2007 10:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297876#M70402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-23T10:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: It's possibe define the priority between branches???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297877#M70403</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;There is a bug when you use a tUniqRow on a branch: if tUniqRow rejects the row, all branches are bypassed.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;So there's nothing I can do right? 
&lt;BR /&gt;I already found a solution but forces me to read from the database again. 
&lt;BR /&gt;That bug will be fix in the M3 release?</description>
      <pubDate>Fri, 23 Mar 2007 10:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297877#M70403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-23T10:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: It's possibe define the priority between branches???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297878#M70404</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;That bug will be fix in the M3 release?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;OK, it has been a long time since I know this bug, I should have fixed it a long time ago. See 773</description>
      <pubDate>Fri, 23 Mar 2007 10:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297878#M70404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-23T10:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: It's possibe define the priority between branches???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297879#M70405</link>
      <description>Hi, 
&lt;BR /&gt;I see that this bug has been already fixed, I'm working with release M2, it's possible to upgrade this bug? Or I must wait for another release? 
&lt;BR /&gt;Thanks 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 28 Mar 2007 16:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297879#M70405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-28T16:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: It's possibe define the priority between branches???</title>
      <link>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297880#M70406</link>
      <description>I really wanted this bug fixed in 2.0.0M3, but we had a GUI problem on tUniqRow and I couldn't fix it for 2.0.0M3. It is fixed for 2.0.0RC1. If you want the fix as fast as possible, copy/paste the content of modified files in 2705 (as declared in 773).</description>
      <pubDate>Wed, 28 Mar 2007 16:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/It-s-possibe-define-the-priority-between-branches/m-p/2297880#M70406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-28T16:51:34Z</dc:date>
    </item>
  </channel>
</rss>

