<?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: Hi Team in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338706#M106919</link>
    <description>&lt;P&gt;I'm afraid we need more details about your issue, do you have any errors on the job execution? or the job runs without error, but no data is inserting? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 02:22:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-20T02:22:16Z</dc:date>
    <item>
      <title>Hi Team</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338703#M106916</link>
      <description>&lt;P&gt;Hi team ,i have sql script which needs to be run in talend and schedule in tac.The script has multiple select statements and joins from different table.Which component is usefull.I have used tdbrow but it did'nt works .Pls help me out how to execute and schedule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338703#M106916</guid>
      <dc:creator>NNekkanti1658462243</dc:creator>
      <dc:date>2024-11-15T22:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338704#M106917</link>
      <description>&lt;P&gt;Hi @Navyasri Nekkanti​&amp;nbsp;, DBInput is used to execute a select statement, copy your sql script and paste it to the Query field of tDBInput, try again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 07:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338704#M106917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-19T07:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338705#M106918</link>
      <description>Hi shong,
I have taken tdbinput ,there I have taken select statement and I connected to tdbrow and I have given insert statement in tdbrow,but data is not inserting .

Pls help me out


Regards
N Navyasri
Engineer</description>
      <pubDate>Mon, 19 Dec 2022 09:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338705#M106918</guid>
      <dc:creator>NNekkanti1658462243</dc:creator>
      <dc:date>2022-12-19T09:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338706#M106919</link>
      <description>&lt;P&gt;I'm afraid we need more details about your issue, do you have any errors on the job execution? or the job runs without error, but no data is inserting? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 02:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338706#M106919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T02:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338707#M106920</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;pls find below which need to be inserted&lt;/P&gt;&lt;P&gt;insert into [Transfer plan for production]&lt;/P&gt;&lt;P&gt;SELECT 'ALU' AS MATERIAL,sum([number of alu reels existing in wh]) AS [STOCK ON PLANT]--SUM([Number of Reels exisitng in WH]) AS [STOCK1]&lt;/P&gt;&lt;P&gt;,sum([ALU to be transfered]) AS&amp;nbsp;[FOR TRANSFER]&lt;/P&gt;&lt;P&gt;,CEILING(SUM([Vehicle Fill Rate for ALU])) AS [NO OF TRIP],getdate()&lt;/P&gt;&lt;P&gt;FROM (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select&amp;nbsp;sum([number of alu reels existing in wh]) as [number of alu reels existing in wh],ALMAT&amp;nbsp;-- as [Number of Reels to be Transfered]&lt;/P&gt;&lt;P&gt;from MARD_logic_number_of_reels a&lt;/P&gt;&lt;P&gt;where created_date=format(DATEADD(day,0,GETDATE()),'yyyy-MM-dd')&lt;/P&gt;&lt;P&gt;group by ALMAT&lt;/P&gt;&lt;P&gt;)TEMP1&lt;/P&gt;&lt;P&gt;LEFT JOIN&amp;nbsp;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;select sum([ALU to be transfered]) as [ALU to be transfered],[ALumaterial_number]&amp;nbsp;&lt;/P&gt;&lt;P&gt;,SUM([Vehicle Fill Rate for ALU]) AS&amp;nbsp;[Vehicle Fill Rate for ALU]&lt;/P&gt;&lt;P&gt;from alMAT_datamart&lt;/P&gt;&lt;P&gt;where created_date=format(DATEADD(day,0,GETDATE()),'yyyy-MM-dd')&lt;/P&gt;&lt;P&gt;group by [ALumaterial_number]&lt;/P&gt;&lt;P&gt;)TEMP2&lt;/P&gt;&lt;P&gt;ON TEMP1.ALMAT=TEMP2.[ALumaterial_number]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UNION&amp;nbsp;&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;SELECT 'LPB' AS MATERIAL,sum([number of lpb reels existing in wh]) AS [STOCK ON PLANT],--SUM([Number of reels existing in wh]) AS [STOCK1],&lt;/P&gt;&lt;P&gt;sum([Number of Reels to be Transfered]) as [For Transfer]&lt;/P&gt;&lt;P&gt;--sum) AS&amp;nbsp;[FOR TRANSFER]&lt;/P&gt;&lt;P&gt;,max(s.container_number) AS [NO OF TRIP],getdate()&lt;/P&gt;&lt;P&gt;--,CEILING(SUM([QUANTITY])) AS [NO OF TRIP]&lt;/P&gt;&lt;P&gt;from&amp;nbsp;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;select&amp;nbsp;sum([number of lpb reels existing in wh]) as [number of lpb reels existing in wh],rkmat&amp;nbsp;-- as [Number of Reels to be Transfered]&lt;/P&gt;&lt;P&gt;from MARD_logic_number_of_reels a&lt;/P&gt;&lt;P&gt;where created_date=format(DATEADD(day,0,GETDATE()),'yyyy-MM-dd')&lt;/P&gt;&lt;P&gt;group by rkmat&lt;/P&gt;&lt;P&gt;)temp1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--rkmat_datamart z&lt;/P&gt;&lt;P&gt;LEFT&amp;nbsp;join (&lt;/P&gt;&lt;P&gt;select max(container_number) as container_number,material_number from [dbo].[RK_MART_trip]&lt;/P&gt;&lt;P&gt;where created_date=format(DATEADD(day,0,GETDATE()),'yyyy-MM-dd')&lt;/P&gt;&lt;P&gt;group by material_number) s&lt;/P&gt;&lt;P&gt;on s.material_number=temp1.rkmat&lt;/P&gt;&lt;P&gt;left&amp;nbsp;join&lt;/P&gt;&lt;P&gt;(select sum([Number of Reels to be Transfered]) as [Number of Reels to be Transfered] ,[LPB Material Number]&amp;nbsp;&lt;/P&gt;&lt;P&gt;from rkmat_datamart z&lt;/P&gt;&lt;P&gt;where created_date=format(DATEADD(day,0,GETDATE()),'yyyy-MM-dd')&lt;/P&gt;&lt;P&gt;group by [LPB Material Number]&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;aa&lt;/P&gt;&lt;P&gt;on temp1.rkmat=aa.[LPB Material Number]&lt;/P&gt;&lt;P&gt;Here we are combing multiple table to insert data.&lt;/P&gt;&lt;P&gt;I have use tmssqlinput alone.But it is not working.I have use tdbrow component but data is not inserting.I did'nt find any error also.&lt;/P&gt;&lt;P&gt;Pls help me how to insert data into db with the above query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aGxdrAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143773i7A27DB7F08935762/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aGxdrAAC.png" alt="0695b00000aGxdrAAC.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 05:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338707#M106920</guid>
      <dc:creator>NNekkanti1658462243</dc:creator>
      <dc:date>2022-12-20T05:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338708#M106921</link>
      <description>&lt;P&gt;I do not understand what is your problem. You can run your statement simply in a tDBRow component.&lt;/P&gt;&lt;P&gt;The tDBInput component cannot do that because it expects always a select statement which provides a result set.&lt;/P&gt;&lt;P&gt;A tDBRow component can run any statements.&lt;/P&gt;&lt;P&gt;If you have multiple statements you could use the custom component tSQLScriptParser (get it from Talend Exchange).&lt;/P&gt;&lt;P&gt;This component parse a script and triggers a tDBRow component to run each statement.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 19:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hi-Team/m-p/2338708#M106921</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-20T19:24:38Z</dc:date>
    </item>
  </channel>
</rss>

