<?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 achieve this analytic function in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-this-analytic-function-in-Talend/m-p/2239304#M27137</link>
    <description>&lt;P&gt;SQL&amp;gt; select id , row_number() over(order by id) as row_number, rank() over(order by id) as rank,dense_rank() over (order by id) as dense_rank from a;&lt;/P&gt;
&lt;P&gt;ID ROW_NUMBER RANK DENSE_RANK&lt;BR /&gt;---------- ---------- ---------- ----------&lt;BR /&gt;1 1 1 1&lt;BR /&gt;1 2 1 1&lt;BR /&gt;2 3 3 2&lt;BR /&gt;3 4 4 3&lt;BR /&gt;3 5 4 3&lt;BR /&gt;4 6 6 4&lt;BR /&gt;4 7 6 4&lt;BR /&gt;5 8 8 5&lt;BR /&gt;6 9 9 6&lt;BR /&gt;7 10 10 7&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 06:55:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-11T06:55:02Z</dc:date>
    <item>
      <title>How to achieve this analytic function in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-this-analytic-function-in-Talend/m-p/2239304#M27137</link>
      <description>&lt;P&gt;SQL&amp;gt; select id , row_number() over(order by id) as row_number, rank() over(order by id) as rank,dense_rank() over (order by id) as dense_rank from a;&lt;/P&gt;
&lt;P&gt;ID ROW_NUMBER RANK DENSE_RANK&lt;BR /&gt;---------- ---------- ---------- ----------&lt;BR /&gt;1 1 1 1&lt;BR /&gt;1 2 1 1&lt;BR /&gt;2 3 3 2&lt;BR /&gt;3 4 4 3&lt;BR /&gt;3 5 4 3&lt;BR /&gt;4 6 6 4&lt;BR /&gt;4 7 6 4&lt;BR /&gt;5 8 8 5&lt;BR /&gt;6 9 9 6&lt;BR /&gt;7 10 10 7&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 06:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-this-analytic-function-in-Talend/m-p/2239304#M27137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-11T06:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve this analytic function in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-this-analytic-function-in-Talend/m-p/2239305#M27138</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPGEAA4"&gt;@dshunkal99&lt;/A&gt;&amp;nbsp;,check below links,&lt;/P&gt; 
&lt;P&gt;Rank&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnmZCAS" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/how-to-generate-rank/td-p/24991&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Dense rank&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCs1vCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Dense-Rank-function-in-talend/td-p/54281&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-this-analytic-function-in-Talend/m-p/2239305#M27138</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-11T07:01:59Z</dc:date>
    </item>
  </channel>
</rss>

