<?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: select ID and sql query (count query) from table and write ID and result of count query to target table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294578#M67441</link>
    <description>&lt;P&gt;Thanks Shong for quick response. &lt;/P&gt;&lt;P&gt;I'm getting null value for QUERY_ID in the output if I set the expression in tMap as &lt;/P&gt;&lt;P&gt;(Integer)globalMap.get("row1.QUERY_ID")&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried ((Integer)globalMap.get("QUERY_ID")) as well but got null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the log. Based on the log I think it is not able to get the QUERY_ID from row1&lt;/P&gt;&lt;P&gt;Please suggest. Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_1 - Executing the query: '&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;	QUERY_ID,&lt;/P&gt;&lt;P&gt;	USER_DEFINED_SQL&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;QUERIES_TABLE&amp;nbsp;&lt;/P&gt;&lt;P&gt;'.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_1 - Retrieving records from the database.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_1 - Retrieving the record 1.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tFlowToIterate_1 - Current iteration is: 1.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tLogRow_1 - Start to work.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_1 - Retrieving the record 114.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tFlowToIterate_1 - Current iteration is: 114.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tLogRow_1 - Start to work.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tLogRow_1 - Parameters:BASIC_MODE = false | TABLE_PRINT = true | VERTICAL = false | PRINT_CONTENT_WITH_LOG4J = true |&amp;nbsp;&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Start to work.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Parameters:LINK_STYLE = AUTO | TEMPORARY_DATA_DIRECTORY =&amp;nbsp;| ROWS_BUFFER_SIZE = 2000000 | CHANGE_HASH_AND_EQUALS_FOR_BIGDECIMAL = true |&amp;nbsp;&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Start to work.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Parameters:USE_EXISTING_CONNECTION = true | CONNECTION = tDBConnection_1 | TABLE = "" | QUERYSTORE = "" | QUERY = ((String)globalMap.get("user_defined_sql")) | IS_CONVERT_XMLTYPE = false | USE_CURSOR = false | TRIM_ALL_COLUMN = false | TRIM_COLUMN = [{TRIM=false, SCHEMA_COLUMN=METRIC_VALUE}] | NO_NULL_VALUES = false | UNIFIED_COMPONENTS = tOracleInput |&amp;nbsp;&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Executing the query: 'select count(1) as METRIC_VALUE from CUSTOMERS'.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Retrieving records from the database.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Retrieving the record 1.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Outputting the record 1 of the output table 'output'.&lt;/P&gt;&lt;P&gt;[INFO ]: dw.table_counts_0_1.table_counts - tLogRow_1 - Content of row 1: 216808|null&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Retrieved records count: 1 .&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Done.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Written records count in the table 'output': 1.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Done.&lt;/P&gt;&lt;P&gt;.------------+--------.&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;tLogRow_1&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/P&gt;&lt;P&gt;|=-----------+-------=|&lt;/P&gt;&lt;P&gt;|METRIC_VALUE|QUERY_ID|&lt;/P&gt;&lt;P&gt;|=-----------+-------=|&lt;/P&gt;&lt;P&gt;&lt;B&gt;|216808&amp;nbsp;&amp;nbsp;&amp;nbsp;|null&amp;nbsp;&amp;nbsp;|&lt;/B&gt;&lt;/P&gt;&lt;P&gt;'------------+--------'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;screenshots of the mapping&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN4OrAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146761i9D600AAC71A55497/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN4OrAAL.png" alt="0695b00000PN4OrAAL.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN4P6AAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135506i108ADA25DC9897DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN4P6AAL.png" alt="0695b00000PN4P6AAL.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN4YXAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154488i624B0EFA9894F625/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN4YXAA1.png" alt="0695b00000PN4YXAA1.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN4QiAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148208iCB8DD7001BA38A35/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN4QiAAL.png" alt="0695b00000PN4QiAAL.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 05:06:32 GMT</pubDate>
    <dc:creator>DataEng112</dc:creator>
    <dc:date>2022-03-30T05:06:32Z</dc:date>
    <item>
      <title>select ID and sql query (count query) from table and write ID and result of count query to target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294576#M67439</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;My source table has query id and a sql query. Using Talend I need to run this CUSTOM_SQL query against the database and load a target table with the counts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; QUERY_ID|CUSTOM_SQL                                                      |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------+----------------------------------------------------------------+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1|select count(1) as ROW_COUNT from SYSTEM_PRIVILEGE_MAP          |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2|select count(1) as ROW_COUNT from OGIS_SPATIAL_REFERENCE_SYSTEMS|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3|select count(1) as ROW_COUNT from SDO_COORD_SYS                 |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4|select count(1) as ROW_COUNT from SDO_COORD_REF_SYS             |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5|select count(1) as ROW_COUNT from SDO_PREFERRED_OPS_SYSTEM      |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       6|select count(1) as ROW_COUNT from SDO_TIN_PC_SYSDATA_TABLE      |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expected output in target table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUERY_ID|QUERY_RESULT |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------+-------------+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1|290          |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2|322          |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3|784          |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4|8484         |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5|743          |&lt;/P&gt;&lt;P&gt;I created a job that looks as follows but it is not complete:&lt;/P&gt;&lt;P&gt;tdbInput -&amp;gt; tFlowIterate -&amp;gt; tDBInput -&amp;gt; tMap -&amp;gt; tDBOutput&lt;/P&gt;&lt;P&gt;With the above design I'm able to run the CUSTOM_SQL, capture the result from tDBInput, but unable capture and propagate the QUERY_ID.&lt;/P&gt;&lt;P&gt;How do I propagate both query_id and the query result in one row to the target table. What components should I use?&lt;/P&gt;&lt;P&gt;Please note that each CUSTOM_SQLs always return one row and one column. So this is a very specific usecase.&lt;/P&gt;&lt;P&gt;I simplified my scenario by using some dummy data.&lt;/P&gt;&lt;P&gt;I will appreciate any help on this. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294576#M67439</guid>
      <dc:creator>DataEng112</dc:creator>
      <dc:date>2024-11-15T23:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: select ID and sql query (count query) from table and write ID and result of count query to target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294577#M67440</link>
      <description>&lt;P&gt;QUERY_ID is read from the first tdbInput, then,  add a new column in the output table of tMap, set its expression as:&lt;/P&gt;&lt;P&gt;(Integer)globalMap.get("row1.QUERY_ID")&lt;/P&gt;&lt;P&gt;//this expression is used to get the current QUERY_ID, row1 is the row label before tFlowToIterate&amp;nbsp;&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>Wed, 30 Mar 2022 00:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294577#M67440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-30T00:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: select ID and sql query (count query) from table and write ID and result of count query to target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294578#M67441</link>
      <description>&lt;P&gt;Thanks Shong for quick response. &lt;/P&gt;&lt;P&gt;I'm getting null value for QUERY_ID in the output if I set the expression in tMap as &lt;/P&gt;&lt;P&gt;(Integer)globalMap.get("row1.QUERY_ID")&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried ((Integer)globalMap.get("QUERY_ID")) as well but got null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the log. Based on the log I think it is not able to get the QUERY_ID from row1&lt;/P&gt;&lt;P&gt;Please suggest. Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_1 - Executing the query: '&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;	QUERY_ID,&lt;/P&gt;&lt;P&gt;	USER_DEFINED_SQL&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;QUERIES_TABLE&amp;nbsp;&lt;/P&gt;&lt;P&gt;'.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_1 - Retrieving records from the database.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_1 - Retrieving the record 1.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tFlowToIterate_1 - Current iteration is: 1.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tLogRow_1 - Start to work.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_1 - Retrieving the record 114.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tFlowToIterate_1 - Current iteration is: 114.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tLogRow_1 - Start to work.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tLogRow_1 - Parameters:BASIC_MODE = false | TABLE_PRINT = true | VERTICAL = false | PRINT_CONTENT_WITH_LOG4J = true |&amp;nbsp;&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Start to work.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Parameters:LINK_STYLE = AUTO | TEMPORARY_DATA_DIRECTORY =&amp;nbsp;| ROWS_BUFFER_SIZE = 2000000 | CHANGE_HASH_AND_EQUALS_FOR_BIGDECIMAL = true |&amp;nbsp;&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Start to work.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Parameters:USE_EXISTING_CONNECTION = true | CONNECTION = tDBConnection_1 | TABLE = "" | QUERYSTORE = "" | QUERY = ((String)globalMap.get("user_defined_sql")) | IS_CONVERT_XMLTYPE = false | USE_CURSOR = false | TRIM_ALL_COLUMN = false | TRIM_COLUMN = [{TRIM=false, SCHEMA_COLUMN=METRIC_VALUE}] | NO_NULL_VALUES = false | UNIFIED_COMPONENTS = tOracleInput |&amp;nbsp;&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Executing the query: 'select count(1) as METRIC_VALUE from CUSTOMERS'.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Retrieving records from the database.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Retrieving the record 1.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Outputting the record 1 of the output table 'output'.&lt;/P&gt;&lt;P&gt;[INFO ]: dw.table_counts_0_1.table_counts - tLogRow_1 - Content of row 1: 216808|null&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Retrieved records count: 1 .&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tDBInput_3 - Done.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Written records count in the table 'output': 1.&lt;/P&gt;&lt;P&gt;[DEBUG]: dw.table_counts_0_1.table_counts - tMap_2 - Done.&lt;/P&gt;&lt;P&gt;.------------+--------.&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;tLogRow_1&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/P&gt;&lt;P&gt;|=-----------+-------=|&lt;/P&gt;&lt;P&gt;|METRIC_VALUE|QUERY_ID|&lt;/P&gt;&lt;P&gt;|=-----------+-------=|&lt;/P&gt;&lt;P&gt;&lt;B&gt;|216808&amp;nbsp;&amp;nbsp;&amp;nbsp;|null&amp;nbsp;&amp;nbsp;|&lt;/B&gt;&lt;/P&gt;&lt;P&gt;'------------+--------'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;screenshots of the mapping&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN4OrAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146761i9D600AAC71A55497/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN4OrAAL.png" alt="0695b00000PN4OrAAL.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN4P6AAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135506i108ADA25DC9897DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN4P6AAL.png" alt="0695b00000PN4P6AAL.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN4YXAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154488i624B0EFA9894F625/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN4YXAA1.png" alt="0695b00000PN4YXAA1.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN4QiAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148208iCB8DD7001BA38A35/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN4QiAAL.png" alt="0695b00000PN4QiAAL.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 05:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294578#M67441</guid>
      <dc:creator>DataEng112</dc:creator>
      <dc:date>2022-03-30T05:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: select ID and sql query (count query) from table and write ID and result of count query to target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294579#M67442</link>
      <description>&lt;P&gt;change it to &lt;/P&gt;&lt;P&gt;(Integer)globalMap.get("query_id") or (Integer)globalMap.get("row1.query_id") and let me know if it works, I see you customize the global variable rather than using the default ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 05:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294579#M67442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-30T05:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: select ID and sql query (count query) from table and write ID and result of count query to target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294580#M67443</link>
      <description>&lt;P&gt;yes, thanks for pointing it out. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((Integer)globalMap.get("query_id"))&amp;nbsp;worked. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 12:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294580#M67443</guid>
      <dc:creator>DataEng112</dc:creator>
      <dc:date>2022-03-30T12:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: select ID and sql query (count query) from table and write ID and result of count query to target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294581#M67444</link>
      <description>&lt;P&gt;fyi (Integer)globalMap.get("row1.query_id") didnt work.&lt;/P&gt;&lt;P&gt;(Integer)globalMap.get("query_id") worked.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 12:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-ID-and-sql-query-count-query-from-table-and-write-ID-and/m-p/2294581#M67444</guid>
      <dc:creator>DataEng112</dc:creator>
      <dc:date>2022-03-30T12:59:41Z</dc:date>
    </item>
  </channel>
</rss>

