<?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: Result of tOracleInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302107#M74130</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMyQAAW"&gt;@tanvi_patil&lt;/A&gt;,can you show me where you were dispaying variable in job?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2018 12:24:14 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-04-30T12:24:14Z</dc:date>
    <item>
      <title>Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302100#M74123</link>
      <description>&lt;P&gt;hi, i need to store the result returned by an sql query into a variable. Based on the value of the Variable further flow will be decided. How to do so?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Current job flow is:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TBufferInput &amp;gt;&amp;gt;&amp;gt; tFlowToIterate &amp;gt;&amp;gt;&amp;gt; tOracleInput &amp;gt;&amp;gt;&amp;gt; tJava&lt;/P&gt;
&lt;P&gt;Query in tOracleInput = Select count(*) from EMP where EMP.id = somenumber&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to get the result , and if result &amp;gt; 1 do something else something else.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 10:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302100#M74123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T10:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302101#M74124</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMyQAAW"&gt;@tanvi_patil&lt;/A&gt;,you can store the result into global variable using tSetGlobalvar&amp;nbsp;and using get (String)globalMap.get() method you can get.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 11:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302101#M74124</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-30T11:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302102#M74125</link>
      <description>&lt;P&gt;how ? can u show me the flow of how to store. On which flow can i get the output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;tOracleInput &amp;gt;&amp;gt;&amp;gt;&amp;gt; tSetGlobalVarible ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 11:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302102#M74125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T11:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302103#M74126</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMyQAAW"&gt;@tanvi_patil&lt;/A&gt;,please find below.since from tOracleInput you should get only one column.that is count.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 802px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwAk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128361i967831EFA13A2687/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwAk.png" alt="0683p000009LwAk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 11:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302103#M74126</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-30T11:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302104#M74127</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;can u show me the schema and settings of tOracleInput&amp;nbsp; , i don't get the varibale count. I get error saying count cannot bge resolved to a field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my query:&amp;nbsp; "Select&amp;nbsp; count(*) from TEST where TEST.ID="+ ((String)globalMap.get("myKey"))&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 3 columns in my schemna id, col1, col2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 12:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302104#M74127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T12:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302105#M74128</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMyQAAW"&gt;@tanvi_patil&lt;/A&gt;,when you used below query in tOracleinput shema you should get only one coumn.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;"Select&amp;nbsp; count(*) as count from TEST where TEST.ID="+ ((String)globalMap.get("myKey"))&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 550px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx4R.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152528iC1C720161438F933/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx4R.png" alt="0683p000009Lx4R.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 12:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302105#M74128</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-30T12:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302106#M74129</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;,&amp;nbsp; when i access the variable by get and display, it gives null&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 12:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302106#M74129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302107#M74130</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMyQAAW"&gt;@tanvi_patil&lt;/A&gt;,can you show me where you were dispaying variable in job?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 12:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302107#M74130</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-30T12:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302108#M74131</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;in tjava for debugging purposes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually need the value of variable for making decision ,, i.e if &amp;gt;0 something etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;System.out.println("count variable"+ ((String)globalMap.get("count")) );&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Apr 2018 12:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302108#M74131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T12:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302109#M74132</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMyQAAW"&gt;@tanvi_patil&lt;/A&gt;,please the check the follwing,i have used in tJava to dispaly the variable.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 820px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx4W.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138601i9DC62DC175965587/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx4W.png" alt="0683p000009Lx4W.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 791px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwib.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135472i10C43E1E08CDCB47/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwib.png" alt="0683p000009Lwib.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 12:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302109#M74132</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-30T12:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302110#M74133</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMyQAAW"&gt;@tanvi_patil&lt;/A&gt;,since you can do in tMap.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 12:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302110#M74133</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-30T12:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Result of tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302111#M74134</link>
      <description>thank you so much 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2018 13:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-of-tOracleInput/m-p/2302111#M74134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T13:08:15Z</dc:date>
    </item>
  </channel>
</rss>

