<?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: how to call another query based on another query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315917#M86512</link>
    <description>&lt;P&gt;@hallo sakura​&amp;nbsp;, i am trying to understand the problem and hope I can help you. This is a Oracle query, you can execute it in a tOracleInput component, what's the problem? what are your expected result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2020 06:43:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-29T06:43:24Z</dc:date>
    <item>
      <title>how to call another query based on another query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315916#M86511</link>
      <description>&lt;P&gt;Hi all, so, i have to transfer my oracle data to hive, with thiverow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, when i want to read the subqueries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;NVL(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MIN(DATE_TIME)AS E_DATE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FROM TEMP.A Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WHERE REGEXP_EXTRACT(CURR_HC,'([^;]+)',0)&amp;nbsp;= TEMP.AB.CURR_CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AND Z.DATE_TIME&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;gt; TEMP.AB.DATE_TIME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MIN(DATE_TIME)AS E_DATE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FROM TEMP.B Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WHERE CURR_CODE = TEMP.AB.CURR_CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AND Z.DATE_TIME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;gt; TEMP.AB.DATE_TIME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;)AS EXPI_DATE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get it right? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas or helps aways be appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315916#M86511</guid>
      <dc:creator>sakura99</dc:creator>
      <dc:date>2024-11-16T00:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to call another query based on another query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315917#M86512</link>
      <description>&lt;P&gt;@hallo sakura​&amp;nbsp;, i am trying to understand the problem and hope I can help you. This is a Oracle query, you can execute it in a tOracleInput component, what's the problem? what are your expected result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 06:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315917#M86512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-29T06:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to call another query based on another query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315918#M86513</link>
      <description>&lt;P&gt;Sorry, It has to be executed on thiverow . My task is translating it into hiveql. my problem is with my job design. Is there any way to run thiverow query under another query.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 08:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315918#M86513</guid>
      <dc:creator>sakura99</dc:creator>
      <dc:date>2020-12-29T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to call another query based on another query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315919#M86514</link>
      <description>&lt;P&gt;Could you show us your job design and explain problem in detail, not able to get your point&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 14:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-another-query-based-on-another-query/m-p/2315919#M86514</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2020-12-29T14:28:47Z</dc:date>
    </item>
  </channel>
</rss>

