<?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 count yes/no in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-count-yes-no-in-Talend/m-p/2201934#M3839</link>
    <description>Hi 
&lt;BR /&gt;Read the data of this column from database, and use tAggregateRow to count the number of each value, set this column as group by column. About AggregateRow component, please refer to the component documentation on Talend Help Center. 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/reader/Xr~HqMTCU7gC3dT5ZSikKQ/tq67T06xho7FrkCyFcLfbw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/Xr~HqMTCU7gC3dT5ZSikKQ/tq67T06xho7FrkCyFcLfbw&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Please try and let me know if you any questions. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 14 Apr 2020 09:14:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-14T09:14:43Z</dc:date>
    <item>
      <title>How to count yes/no in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-count-yes-no-in-Talend/m-p/2201933#M3838</link>
      <description>I have a table containing a column with values Yes,No or N/A. I want to count the number of Yes and Number of No in that table and add that value in a different table in such a way that, the new table has one column with count of Yes and other column has count of No.</description>
      <pubDate>Tue, 14 Apr 2020 04:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-count-yes-no-in-Talend/m-p/2201933#M3838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T04:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to count yes/no in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-count-yes-no-in-Talend/m-p/2201934#M3839</link>
      <description>Hi 
&lt;BR /&gt;Read the data of this column from database, and use tAggregateRow to count the number of each value, set this column as group by column. About AggregateRow component, please refer to the component documentation on Talend Help Center. 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/reader/Xr~HqMTCU7gC3dT5ZSikKQ/tq67T06xho7FrkCyFcLfbw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/Xr~HqMTCU7gC3dT5ZSikKQ/tq67T06xho7FrkCyFcLfbw&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Please try and let me know if you any questions. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 14 Apr 2020 09:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-count-yes-no-in-Talend/m-p/2201934#M3839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T09:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to count yes/no in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-count-yes-no-in-Talend/m-p/2201935#M3840</link>
      <description>&lt;P&gt;Something easy you can do.&amp;nbsp; Use a query similar to this in your tDBInput component:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;(select count(*) from mydb.myschema.mytable where myfield = 'YES') as "Yes Column",&lt;BR /&gt;(select count(*) from mydb.myschema.mytable where myfield = 'NO') as "No Column";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;write the results to a new table with tDBoutput....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tDBInput -----main------&amp;gt;&amp;nbsp; tDBoutput&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 15:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-count-yes-no-in-Talend/m-p/2201935#M3840</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-15T15:16:53Z</dc:date>
    </item>
  </channel>
</rss>

