<?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 retrieve the row count from a table? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350665#M117481</link>
    <description>I suppose the crude solution to your problem would be to use a tOracleInput with a select count that you iteratetoflow and use in your job... Not very cool, but would work.</description>
    <pubDate>Mon, 21 Jul 2014 20:32:40 GMT</pubDate>
    <dc:creator>willm1</dc:creator>
    <dc:date>2014-07-21T20:32:40Z</dc:date>
    <item>
      <title>How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350659#M117475</link>
      <description>Hi all,&lt;BR /&gt;I need to retrieve the row count of a table. How can I do this?&amp;nbsp;&lt;BR /&gt;For this I should execute a select query to the database (Oracle in my case).&lt;BR /&gt;Can I use the tOracleRow component to get this done? If so, please advice me.&lt;BR /&gt;Thanks,&lt;BR /&gt;thivanka.</description>
      <pubDate>Mon, 21 Jul 2014 10:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350659#M117475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T10:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350660#M117476</link>
      <description>Hi, 
&lt;BR /&gt;Do you want to capture no. of insert, update, and delete for a table? If so, you can add a tFlowMeter component between input component and output component, and then using tFlow MeterCatcher to catch the no of records. 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;For example: 
&lt;BR /&gt;tFileInput---&amp;gt;tFlowMeter---&amp;gt;tMysqlOutput_1 
&lt;BR /&gt;tFlowMeterCatcher---tLogRow 
&lt;BR /&gt;There is one column called count on the schema of tFlowMeterCatcher which counts the no. of records pass by the specify flow. 
&lt;BR /&gt;Let me know if it is OK with you. 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;Or you want to count the number of rows are inserted/updated/deleted? Global variable, such as: 
&lt;BR /&gt;((Integer)globalMap.get("tOracleOutput_1_NB_LINE_INSERTED"))? 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Mon, 21 Jul 2014 10:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350660#M117476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T10:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350661#M117477</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Thanks for your quick reply. But, what I need is not the things you mentioned. For example, say that a table
&lt;BR /&gt;contains 1548 records. I need to get the number of rows in the table to an integer variable or something. So the
&lt;BR /&gt;value I want is 1548.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;thivanka.</description>
      <pubDate>Mon, 21 Jul 2014 10:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350661#M117477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T10:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350662#M117478</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;For example, say that a table&lt;BR /&gt;contains 1548 records. I need to get the number of rows in the table to an integer variable or something. So the&lt;BR /&gt;value I want is 1548.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Do you mean you want to use SQL COUNT() function in talend DB component?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Jul 2014 10:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350662#M117478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T10:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350663#M117479</link>
      <description>Hi Sabrina,&lt;BR /&gt;Yeah, I need to use the SQL COUNT().</description>
      <pubDate>Mon, 21 Jul 2014 11:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350663#M117479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T11:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350664#M117480</link>
      <description>Hi Sabrina,&lt;BR /&gt;Is there any solution for this?&lt;BR /&gt;Thanks,&lt;BR /&gt;thivanka.</description>
      <pubDate>Mon, 21 Jul 2014 11:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350664#M117480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T11:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350665#M117481</link>
      <description>I suppose the crude solution to your problem would be to use a tOracleInput with a select count that you iteratetoflow and use in your job... Not very cool, but would work.</description>
      <pubDate>Mon, 21 Jul 2014 20:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350665#M117481</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-07-21T20:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350666#M117482</link>
      <description>Yes, but I was thinking whether we can use a tOralcleRow and execute the SQL COUNT() command in it and retrieve the value from it.&lt;BR /&gt;Since the tOracleRow returns a ResultSet, I dont know how to get the count from it.&amp;nbsp;</description>
      <pubDate>Tue, 22 Jul 2014 02:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350666#M117482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T02:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350667#M117483</link>
      <description>Hi, 
&lt;BR /&gt;Sorry for delay.
&lt;BR /&gt;tXXXRow component is usually used to any type of sql statement excepts select statement,&amp;nbsp; we use txxxInput component to execute a select statement, if you use use tXXXRow to execute a select statement, it returns a record set, and you are required to use a tParseRecordSet component after tXXXRow to parse the record sets.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 22 Jul 2014 04:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350667#M117483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T04:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350668#M117484</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for the reply. I will try to do this as you suggested.&lt;BR /&gt;Thanks,&lt;BR /&gt;thivanka.</description>
      <pubDate>Tue, 22 Jul 2014 07:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350668#M117484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T07:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350669#M117485</link>
      <description>Hi thivanka, &lt;BR /&gt;Feel free to let me know if it is OK with you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 22 Jul 2014 07:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350669#M117485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T07:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350670#M117486</link>
      <description>Hi thivanka, 
&lt;BR /&gt;tAggregateRow component could help You. 
&lt;BR /&gt;If your using tmap then create another output link to tAggregateRow and select the required function from Operations Property of it. 
&lt;BR /&gt;Attached screen shots. Please find it. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEaT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151974i145ACA2D7913363B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEaT.png" alt="0683p000009MEaT.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEaY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135857i7E24DE119071B859/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEaY.png" alt="0683p000009MEaY.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEad.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135631iA92E5C7E95EE750D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEad.png" alt="0683p000009MEad.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEVo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144363i8E6B1471BF9B34B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEVo.png" alt="0683p000009MEVo.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;In other you can also use tFlowmeter. 
&lt;BR /&gt;Thanks &amp;amp; Regards 
&lt;BR /&gt;Dasari</description>
      <pubDate>Tue, 22 Jul 2014 07:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350670#M117486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T07:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350671#M117487</link>
      <description>Hi Dasari,&lt;BR /&gt;Thank you for you support. I will try what you have given and get back to you.&lt;BR /&gt;Thanks,&lt;BR /&gt;thivanka.</description>
      <pubDate>Wed, 23 Jul 2014 03:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350671#M117487</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-07-23T03:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350672#M117488</link>
      <description>IF the table is really huge (say multi million records), one way &amp;nbsp;is to get it is from Oracle data dictionary tables. &amp;nbsp;select num_rows from dba_tables where table_name ='XYZ'. &amp;nbsp;The catch is that stats need to be collected. Again this solution is if the number of rows is so large that select count(1) from XYZ takes 1/2 hour and does not meet your SLAs</description>
      <pubDate>Wed, 23 Jul 2014 21:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350672#M117488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T21:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350673#M117489</link>
      <description>Hi&amp;nbsp;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;xdshi,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;BR /&gt;Hi want to capture unused records from my toraclerow component. How can it be done?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Anuj&amp;nbsp;</description>
      <pubDate>Thu, 15 Sep 2016 09:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350673#M117489</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-09-15T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350674#M117490</link>
      <description>&lt;P&gt;Hello, Sabrina. I found this post from many years ago and tried to use your suggestion to get the count of rows selected from source (which is SQL Server) by getting the value of ((Integer)globalMap.get("tDBInput_2_NB_LINE"))) and compare it with the rows inserted into destination which is tDBOutputBulkExec_1 Amazon Redshift. I get the former value in my tBufferoutput without a problem but not the latter - this one is always null. Does the tDBOutputBulkExec act differently regarding rows inserted...? Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 20:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350674#M117490</guid>
      <dc:creator>llatinsky1652125276</dc:creator>
      <dc:date>2022-05-16T20:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350675#M117491</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Would you mind posting your job design screenshots on community which will be helpful for us to understand your situation very well?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 02:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350675#M117491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T02:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350676#M117492</link>
      <description>&lt;P&gt;Thank you for considering my question, Sabrina. This is the job I am talking about - those are just straight copies from source (SQL Server to Destination - Redshift), and to check that my number of rows extracted from source matches the number of rows inserted into destination, I decided to use global variables to save each count and return it to the calling job for comparison or even use it inside the child job before committing the data to redshift. This is my design: (and I only started with Talend last month so please forgive me if I am off)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhmZcAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152106iB52EE007987F80A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhmZcAAJ.png" alt="0695b00000RhmZcAAJ.png" /&gt;&lt;/span&gt;SQL Server component:&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 13:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350676#M117492</guid>
      <dc:creator>llatinsky1652125276</dc:creator>
      <dc:date>2022-05-18T13:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the row count from a table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350677#M117493</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhmaaAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128046i8823D93CCAA5D19A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhmaaAAB.png" alt="0695b00000RhmaaAAB.png" /&gt;&lt;/span&gt;Redshift component:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhmbTAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156643i7AF3AA78871E443B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhmbTAAR.png" alt="0695b00000RhmbTAAR.png" /&gt;&lt;/span&gt;now capture the output counts in tFixedFlowInput:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhmdFAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151386i286D837BC0DFD295/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhmdFAAR.png" alt="0695b00000RhmdFAAR.png" /&gt;&lt;/span&gt;and this is my output to parent:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhmfVAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151471i7949EA9D59E28F7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhmfVAAR.png" alt="0695b00000RhmfVAAR.png" /&gt;&lt;/span&gt;the parent job has to check where any in count not equal the out count and report it or if the child job can compare them there and not commit to redshift when counts are not equal. I have a bunch of tables like that transferring data from sql server to redshift. The parent job right now just printing out the output parameters - messgae_in_1 shows the correct count but messge_out_1 - which should be coming from redshift shows null:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhmoSAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142043iF07BE7DBE9B49685/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhmoSAAR.png" alt="0695b00000RhmoSAAR.png" /&gt;&lt;/span&gt;thi is java code for now just to see that the main job is getting the parameters from the child:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhmpQAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130788iC6EDF81A40928B3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhmpQAAR.png" alt="0695b00000RhmpQAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the run window when I run the main job :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Rhmu1AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138234iC4F9B356C1CD8578/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Rhmu1AAB.png" alt="0695b00000Rhmu1AAB.png" /&gt;&lt;/span&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 13:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-the-row-count-from-a-table/m-p/2350677#M117493</guid>
      <dc:creator>llatinsky1652125276</dc:creator>
      <dc:date>2022-05-18T13:58:41Z</dc:date>
    </item>
  </channel>
</rss>

