<?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: Filtering tDBInputs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293067#M66078</link>
    <description>&lt;P&gt;thanks for the response. what is a tHashOutput? I dont find that element&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 17:00:22 GMT</pubDate>
    <dc:creator>Talindra</dc:creator>
    <dc:date>2022-03-29T17:00:22Z</dc:date>
    <item>
      <title>Filtering tDBInputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293065#M66076</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two INPUTS (INPUT 1 and 2). &lt;/P&gt;&lt;P&gt;This two INPUTS goes to a tUnite component. &lt;/P&gt;&lt;P&gt;This tUnite components goes to an OUTPUT to insert in a table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want a filter (maybe with a tFilter component?) that if this tUnite doesn't have any rows (the INPUTS not return nothing), another INPUT (INPUT 3) is who has to make a select and go to the OUTPUT to insert.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;Simple conditions:&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;IF INPUT 1/2 rows &amp;gt; 1 THEN go to OUTPUT (of course if INPUT 1/2 doesn't have any rows, INPUT 3 go to OUTPUT)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can be possible?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PLfCyAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140116i7F8C14A84E2F0DF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PLfCyAAL.png" alt="0695b00000PLfCyAAL.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293065#M66076</guid>
      <dc:creator>Talindra</dc:creator>
      <dc:date>2024-11-15T23:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering tDBInputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293066#M66077</link>
      <description>&lt;P&gt;Hi, it depend of the amount of data, you can try to rely your tUnite to a tHashOutput component and&lt;/P&gt;&lt;P&gt;after a on subjok ok between your first db input and an empty tJava your rely the tJava with an run if link to a tHashInput component with this condition :&lt;/P&gt;&lt;P&gt;tHashOutput_1_NB_LINE != null &amp;amp;&amp;amp; tHashOutput_1_NB_LINE &amp;gt;0&lt;/P&gt;&lt;P&gt;so if the tUnite return some lines tHasInput will transfert the data store in the tHashOutput.&lt;/P&gt;&lt;P&gt;if you don't want to surcharge the memory you can rely the tUnite to an empty tJava with a main link&lt;/P&gt;&lt;P&gt;and chek tUnite_4_NB_LINE variable the same way as mentioned before.&lt;/P&gt;&lt;P&gt;then if it's not empty you request again with two new tDBinput.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 08:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293066#M66077</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-03-25T08:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering tDBInputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293067#M66078</link>
      <description>&lt;P&gt;thanks for the response. what is a tHashOutput? I dont find that element&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 17:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293067#M66078</guid>
      <dc:creator>Talindra</dc:creator>
      <dc:date>2022-03-29T17:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering tDBInputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293068#M66079</link>
      <description>&lt;P&gt;Hi @Ivan R​&amp;nbsp;you have to go to project settings -&amp;gt; designer -&amp;gt;palette then you open the technical folder of the hide section and you drag and drop tHash input and output to the show section then you select apply and close.&lt;/P&gt;&lt;P&gt;tHash component will be available in the palette, they are similar to tBuffer component but with more options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/7.3/technical/thashinput" alt="https://help.talend.com/r/en-US/7.3/technical/thashinput" target="_blank"&gt;https://help.talend.com/r/en-US/7.3/technical/thashinput&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 18:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293068#M66079</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-03-29T18:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering tDBInputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293069#M66080</link>
      <description>&lt;P&gt;Thank you gjeremy. Im trying the second way you mentioned, without the tHash components.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't understand exactly the flow. The tUnite must to be connected to the tJava as main with the condition? And then? I can't put a runif to the tAggregaterow...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what's the thing with the input 3?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the flow as this right now&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN6WEAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138545i4C407EA0218FDE31/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN6WEAA1.png" alt="0695b00000PN6WEAA1.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 10:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293069#M66080</guid>
      <dc:creator>Talindra</dc:creator>
      <dc:date>2022-03-30T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering tDBInputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293070#M66081</link>
      <description>&lt;P&gt;hi , the purpose is to call the db two time  , in the first one before tUnite you can try just a count on your value in the sql query ,&lt;/P&gt;&lt;P&gt;or sent like you do in the Input 1, send to an empty tjava, then you put an on subjob ok link between OFFERTAS_IBE_FUT_D+1 and a new tJava,&lt;/P&gt;&lt;P&gt;then you link the new tjava with  the same job you do for input 1 with a run if link and in this link you put the condition .&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 07:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293070#M66081</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-03-31T07:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering tDBInputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293071#M66082</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put a tJava from INPUT1 with a SubjobOk, but then I can't put a runif from this tJava to the INPUT1 again... it don't let me&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 12:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293071#M66082</guid>
      <dc:creator>Talindra</dc:creator>
      <dc:date>2022-03-31T12:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering tDBInputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293072#M66083</link>
      <description>&lt;P&gt;when i said the same job you you do for input1 --&amp;gt; you have to create new input 1 and input 2&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 14:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-tDBInputs/m-p/2293072#M66083</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-03-31T14:12:29Z</dc:date>
    </item>
  </channel>
</rss>

