<?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 How to get row count based on column in salesforce component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375168#M137641</link>
    <description>&lt;P&gt;&lt;A href="https://community.talend.com/s/profile/00539000004XsnJAAS" target="_blank"&gt;@shong&lt;/A&gt; How to get count of record if it has more than 1 record using particular column in salesforce component??&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:39:30 GMT</pubDate>
    <dc:creator>dramya</dc:creator>
    <dc:date>2024-11-16T01:39:30Z</dc:date>
    <item>
      <title>How to get row count based on column in salesforce component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375168#M137641</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/s/profile/00539000004XsnJAAS" target="_blank"&gt;@shong&lt;/A&gt; How to get count of record if it has more than 1 record using particular column in salesforce component??&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375168#M137641</guid>
      <dc:creator>dramya</dc:creator>
      <dc:date>2024-11-16T01:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get row count based on column in salesforce component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375169#M137642</link>
      <description>&lt;P&gt;@RAMYA DHANASEKARAN​&amp;nbsp;, you can use the global variable such as ((Integer)globalMap.get("tSalesforceInput_1_NB_LINE"))&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 01:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375169#M137642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-18T01:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get row count based on column in salesforce component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375170#M137643</link>
      <description>&lt;P&gt;Hi @shong - Thanks , ​So i have to use tjava to acheive this right ? Please correct me if im wrong. Also how to map the count data in to seperate column?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 03:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375170#M137643</guid>
      <dc:creator>dramya</dc:creator>
      <dc:date>2020-08-18T03:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get row count based on column in salesforce component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375171#M137644</link>
      <description>&lt;P&gt;This variable is only available in next subjobs, eg:&lt;/P&gt;&lt;P&gt;tSalesForceInput--main--tLogRow&lt;/P&gt;&lt;P&gt;|onsubjobok&lt;/P&gt;&lt;P&gt;tJava&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on tJava, you can print the value of variable on the console or assign it to context variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 03:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375171#M137644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-18T03:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get row count based on column in salesforce component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375172#M137645</link>
      <description>&lt;P&gt;@shong -  Thanks ! it worked and gave  the overall row count for the data which fetched from salesforce component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm look for the coun of coumn data which come from the salesforce component and map it to a separate output. Eg Below:  here i must get Roll no value as 111- 2 , 122 -1 , 166- 3 - Is it feasible?&lt;/P&gt;&lt;P&gt;S.No   Roll No.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;111&lt;/LI&gt;&lt;LI&gt;111&lt;/LI&gt;&lt;LI&gt;122&lt;/LI&gt;&lt;LI&gt;166&lt;/LI&gt;&lt;LI&gt;166&lt;/LI&gt;&lt;LI&gt;166&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 11:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-row-count-based-on-column-in-salesforce-component/m-p/2375172#M137645</guid>
      <dc:creator>dramya</dc:creator>
      <dc:date>2020-08-18T11:33:36Z</dc:date>
    </item>
  </channel>
</rss>

