<?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 in where clause in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308893#M80172</link>
    <description>&lt;P&gt;i tried as below, but output as below&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#800080"&gt;Starting job&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#800080"&gt;[statistics] connected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;null&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;'2547958'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;'36745585'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;[statistics] disconnected&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but i want them&amp;nbsp; as ('&lt;SPAN&gt;2547958&lt;/SPAN&gt;','&lt;SPAN&gt;36745585&lt;/SPAN&gt;')&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;U&gt;&lt;STRONG&gt;tJavaRow_1&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;context.inputvalues = globalMap.put("values","'" + row6.input_number + "'");&lt;BR /&gt;System.out.println(context.inputvalues);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In context i gave as&amp;nbsp;inputvalues Object&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxET.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151126iBB96FE21326733F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxET.png" alt="0683p000009LxET.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 May 2018 20:46:33 GMT</pubDate>
    <dc:creator>Karuetl</dc:creator>
    <dc:date>2018-05-03T20:46:33Z</dc:date>
    <item>
      <title>Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308887#M80166</link>
      <description>&lt;P&gt;I have a flow as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;source--&amp;gt;httprequest--&amp;gt;&amp;nbsp;tExtractXMLField --&amp;gt; tFilterRow--&amp;gt;file(&lt;U&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;listofvalues)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the out put of the tfilterrow to be in the where clause of the query&amp;nbsp;&lt;/P&gt;&lt;P&gt;example select * from table where col in &lt;STRONG&gt;&lt;U&gt;&lt;FONT color="#0000FF"&gt;( list of values)&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 18:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308887#M80166</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T18:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308888#M80167</link>
      <description>Connect a tJavaRow after the tFilterRow to construct the where clause in a global variable.&lt;BR /&gt;Then on the next subjob you reuse it as expected.</description>
      <pubDate>Thu, 03 May 2018 18:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308888#M80167</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-05-03T18:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308889#M80168</link>
      <description>&lt;P&gt;can you pls provide java code syntax&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 18:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308889#M80168</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T18:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308890#M80169</link>
      <description>&lt;P&gt;You can pass the list of values into a tAggregateRow with a single String column for its output.&amp;nbsp; Have an empty Group By section and use the "list" function for the output column.&amp;nbsp; On the Advanced Settings tab, set the Delimiter value to "','" (that's quote-singlequote-comma-singlequote-quote, i.e. " ' , ' " )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That should give you one row of output with one string value.&amp;nbsp; Passed into a tJavaRow with the code:&lt;/P&gt;&lt;P&gt;globalMap.put("values","'" + input_row.colname + "'")&lt;/P&gt;&lt;P&gt;/* Add the first and last single quotes to the list and store in a global variable */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start a new subjob with your query component. Use the global variable you just set up:&lt;BR /&gt;"select * from table where col in (" + ((String)globalMap.get("values")) + ")"&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 19:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308890#M80169</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2018-05-03T19:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308891#M80170</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMjvAAG"&gt;@Karuetl&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can add a tFlowToIterate to capture each filter value and then build your Where clause in tJava&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;depending on the type of column build the in list in the screen shot here I have a String Column so I had to use quotes to enclose them.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I used a Global Variable to store the Where String and use it later.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Code in Java_1&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;String sTemp = ((String)globalMap.get("sWhere"));&lt;/P&gt; 
&lt;P&gt;sTemp += ( sTemp.length() == 0 ? "'" + ((String)globalMap.get("sTitle")) : "','" + ((String)globalMap.get("sTitle")) );&lt;/P&gt; 
&lt;P&gt;globalMap.put("sWhere", sTemp) ;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Code in Java_2&lt;/P&gt; 
&lt;P&gt;String sTemp;&lt;/P&gt; 
&lt;P&gt;sTemp = "(" + ((String)globalMap.get("sWhere")) + "')";&lt;/P&gt; 
&lt;P&gt;globalMap.putIfAbsent("sWhere", sTemp);&lt;/P&gt; 
&lt;P&gt;System.out.println(sTemp);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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="Talend.jpg" style="width: 807px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxPF.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132387i9550573D8011D375/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxPF.jpg" alt="0683p000009LxPF.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 20:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308891#M80170</guid>
      <dc:creator>Shettydatta</dc:creator>
      <dc:date>2018-05-03T20:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308892#M80171</link>
      <description>&lt;P&gt;i tried as below, but output as below&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#800080"&gt;Starting job&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#800080"&gt;[statistics] connected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;null&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;'2547958'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;'36745585'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;[statistics] disconnected&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but i want them&amp;nbsp; as ('&lt;SPAN&gt;2547958&lt;/SPAN&gt;','&lt;SPAN&gt;36745585&lt;/SPAN&gt;')&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;U&gt;&lt;STRONG&gt;tJavaRow_1&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;context.inputvalues = globalMap.put("values","'" + row6.input_number + "'");&lt;BR /&gt;System.out.println(context.inputvalues);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In context i gave as&amp;nbsp;inputvalues Object&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxET.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151126iBB96FE21326733F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxET.png" alt="0683p000009LxET.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 20:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308892#M80171</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T20:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308893#M80172</link>
      <description>&lt;P&gt;i tried as below, but output as below&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#800080"&gt;Starting job&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#800080"&gt;[statistics] connected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;null&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;'2547958'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;'36745585'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;[statistics] disconnected&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but i want them&amp;nbsp; as ('&lt;SPAN&gt;2547958&lt;/SPAN&gt;','&lt;SPAN&gt;36745585&lt;/SPAN&gt;')&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;U&gt;&lt;STRONG&gt;tJavaRow_1&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;context.inputvalues = globalMap.put("values","'" + row6.input_number + "'");&lt;BR /&gt;System.out.println(context.inputvalues);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In context i gave as&amp;nbsp;inputvalues Object&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxET.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151126iBB96FE21326733F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxET.png" alt="0683p000009LxET.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 20:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308893#M80172</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T20:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308894#M80173</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMjvAAG"&gt;@Karuetl&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I wrote the following in tJavaRow and it works for me&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;=================&lt;/P&gt; 
&lt;P&gt;//Code generated according to input schema and output schema&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;sWhere is my Global Variable I am storing the data in&lt;BR /&gt;String sTemp;&lt;/P&gt; 
&lt;P&gt;if (StringHandling.LEN(((String)globalMap.get("sWhere"))) == 0 ) {&lt;BR /&gt;sTemp = "'" + input_row.Title_ID;&lt;BR /&gt;globalMap.put("sWhere",sTemp);&lt;BR /&gt;}&lt;BR /&gt;else {&lt;BR /&gt;sTemp = ((String)globalMap.get("sWhere")) + "','" + input_row.Title_ID;&lt;BR /&gt;globalMap.put("sWhere",sTemp);&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;output_row.where = input_row.Title_ID;&lt;/P&gt; 
&lt;P&gt;===================&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_1.jpg" style="width: 571px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwmC.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152728iD87F1366DC2A891D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwmC.jpg" alt="0683p000009LwmC.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308894#M80173</guid>
      <dc:creator>Shettydatta</dc:creator>
      <dc:date>2018-05-03T21:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308895#M80174</link>
      <description>&lt;P&gt;i didnt understand this line&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;output_row.where = input_row.Title_ID;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should this be javarow code ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308895#M80174</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T21:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308896#M80175</link>
      <description>&lt;P&gt;Since I use the tJava Row I had to send something out. I tried my Flow with no Output on tJavaRow and it works now as expected so you really don't need it.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is my Code now&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;=============================================================&lt;/P&gt; 
&lt;P&gt;//Code generated according to input schema and output schema&lt;BR /&gt;String sTemp;&lt;/P&gt; 
&lt;P&gt;if (StringHandling.LEN(((String)globalMap.get("sWhere"))) == 0 ) {&lt;BR /&gt;sTemp = "'" + input_row.Title_ID;&lt;BR /&gt;globalMap.put("sWhere",sTemp);&lt;BR /&gt;}&lt;BR /&gt;else {&lt;BR /&gt;sTemp = ((String)globalMap.get("sWhere")) + "','" + input_row.Title_ID;&lt;BR /&gt;globalMap.put("sWhere",sTemp);&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;//output_row.where = input_row.Title_ID;&lt;/P&gt; 
&lt;P&gt;===============================================================&lt;/P&gt; 
&lt;P&gt;tJava_2 still has this closing code :&lt;/P&gt; 
&lt;P&gt;String sTemp;&lt;/P&gt; 
&lt;P&gt;sTemp = "(" + ((String)globalMap.get("sWhere")) + "')";&lt;/P&gt; 
&lt;P&gt;globalMap.put("sWhere", sTemp);&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend.jpg" style="width: 546px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxPZ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128767i75086F941539DF8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxPZ.jpg" alt="0683p000009LxPZ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;System.out.println(sTemp);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308896#M80175</guid>
      <dc:creator>Shettydatta</dc:creator>
      <dc:date>2018-05-03T21:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308897#M80176</link>
      <description>&lt;P&gt;i dont need three output as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;need only one&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;BR /&gt;null&lt;BR /&gt;null,'222255222'&lt;BR /&gt;null,'&lt;SPAN&gt;222255222&lt;/SPAN&gt;','54879655'&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308897#M80176</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T21:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308898#M80177</link>
      <description>&lt;P&gt;finally got output but i want to ignore null from it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(null,'18885806040','260211251892','35351501368')&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308898#M80177</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T21:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308899#M80178</link>
      <description>Awesome Idea!! Works like charm&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 21:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308899#M80178</guid>
      <dc:creator>Shettydatta</dc:creator>
      <dc:date>2018-05-03T21:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308900#M80179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMjvAAG"&gt;@Karuetl&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried the suggestion from&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLooAAG"&gt;@cterenzi&lt;/A&gt;&amp;nbsp;and I got it to work in my tJavaRow so Still not sure what you are doing wrong why don't you output the tAggregateRow to tLogRow and see what is coming out from there. From what I tried I get the solution to work see the screenshot below.&amp;nbsp;&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="Talend.jpg" style="width: 957px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxF7.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156026iC8D19DA9410BCBD3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxF7.jpg" alt="0683p000009LxF7.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308900#M80179</guid>
      <dc:creator>Shettydatta</dc:creator>
      <dc:date>2018-05-03T21:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308901#M80180</link>
      <description>&lt;P&gt;help me how to get the null&amp;nbsp; out&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[statistics] connected&lt;BR /&gt;(null,'3425678','2348056','247907')&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;basically xml generated next line character and i use tfilterrow to filter only those records i need and&amp;nbsp; aggregrate to generate list ..&amp;nbsp;&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="1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxPe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134379i004F195967F93966/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxPe.png" alt="0683p000009LxPe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308901#M80180</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T21:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308902#M80181</link>
      <description>&lt;P&gt;i tried by checking tlogrow&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is what i got as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;BR /&gt;2345678&lt;BR /&gt;4234344&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308902#M80181</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T21:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308903#M80182</link>
      <description>You have not set the tAggregateRow properties to list read the post above
&lt;BR /&gt;where it says how to setup the component.
&lt;BR /&gt;
&lt;BR /&gt;If they are set correctly like in mine you should see 1 row output in
&lt;BR /&gt;tlogrow
&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 21:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308903#M80182</guid>
      <dc:creator>Shettydatta</dc:creator>
      <dc:date>2018-05-03T21:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308904#M80183</link>
      <description>In the tAggregateRow settings, check the box that says "Ignore null values"</description>
      <pubDate>Thu, 03 May 2018 21:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308904#M80183</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2018-05-03T21:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308905#M80184</link>
      <description>&lt;P&gt;yes i did still same&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxGy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156166iF63C5F363ABCC8DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxGy.png" alt="0683p000009LxGy.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308905#M80184</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-05-03T21:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Result in where clause</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308906#M80185</link>
      <description>Did you set output as list because that is what makes component send one&lt;BR /&gt;row out.&lt;BR /&gt;&lt;BR /&gt;And set ignore null values&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 22:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Result-in-where-clause/m-p/2308906#M80185</guid>
      <dc:creator>Shettydatta</dc:creator>
      <dc:date>2018-05-03T22:18:42Z</dc:date>
    </item>
  </channel>
</rss>

