<?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: Ranking in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333971#M102701</link>
    <description>Hi all,please any body help me how to generate ranking positions for the column(Ex 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ALARY) using talend. 
&lt;BR /&gt;&amp;nbsp;</description>
    <pubDate>Tue, 12 Jan 2016 05:44:18 GMT</pubDate>
    <dc:creator>cbachu</dc:creator>
    <dc:date>2016-01-12T05:44:18Z</dc:date>
    <item>
      <title>Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333959#M102689</link>
      <description>Hi,&lt;BR /&gt;Is it possible to gerneate ranks for both whole tables or intra-group ranks?&lt;BR /&gt;Thanks,&lt;BR /&gt;Jay</description>
      <pubDate>Sat, 16 Nov 2024 14:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333959#M102689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333960#M102690</link>
      <description>Hi,
&lt;BR /&gt;Something like tRankRow and tGroupRankRow would be very useful in the package. As a small option the ability to generate ranks either largest = smallest rank or largest rank would be useful. For tGroupRankRow it should have the same abilities as tAggreage as far as many group variables.
&lt;BR /&gt;This type of grouping ability would be useful for all kinds of transformation beyond ranks as well.
&lt;BR /&gt;Is anything like this on the way or planned Talend?
&lt;BR /&gt;Many Thanks,
&lt;BR /&gt;Jay</description>
      <pubDate>Fri, 15 Jun 2007 15:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333960#M102690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-15T15:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333961#M102691</link>
      <description>I would like to understand your request and for this I would really like an example of what would be the input and the output of this component.</description>
      <pubDate>Fri, 15 Jun 2007 16:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333961#M102691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-15T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333962#M102692</link>
      <description>Hi plegall, 
&lt;BR /&gt;The only reason I posted it as a stand alone component is because of sort and aggreate. 
&lt;BR /&gt;Input and output? Data table in, New column with rank values appeneded to the output. 
&lt;BR /&gt;The intra-group ranking would be especially useful. I posted in the expression builder as well because the ability to use these as function in tMap would also be useful. 
&lt;BR /&gt;Please ask me anythign else you need. I would be happy to answer. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jay</description>
      <pubDate>Fri, 15 Jun 2007 16:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333962#M102692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-15T16:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333963#M102693</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Input and output? Data table in, &lt;B&gt;New column with rank values&lt;/B&gt; appeneded to the output.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;How do you fill the new column?</description>
      <pubDate>Fri, 15 Jun 2007 16:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333963#M102693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-15T16:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333964#M102694</link>
      <description>The new column would contain the rank value.
&lt;BR /&gt;INPUT:
&lt;BR /&gt;COUNTRY CITY SALES
&lt;BR /&gt;Canada Toronto 500000
&lt;BR /&gt;Canada Vancouver 200000
&lt;BR /&gt;France Paris 900000
&lt;BR /&gt;OUTPUT:
&lt;BR /&gt;COUNTRY CITY SALES RANK
&lt;BR /&gt;Canada Toronto 500000 2
&lt;BR /&gt;Canada Vancouver 200000 3
&lt;BR /&gt;France Paris 900000 1</description>
      <pubDate>Fri, 15 Jun 2007 16:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333964#M102694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-15T16:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333965#M102695</link>
      <description>The method for ties is important and perhaps several options could be available such as all tied value gets the same rank or assigned them a sequence based on the order of rows. The ability to specify asc or desc for the rank integer is also helpful.&lt;BR /&gt;Unfrelated but is there any easy way to access row counts?&lt;BR /&gt;Thanks,&lt;BR /&gt;Jay</description>
      <pubDate>Fri, 15 Jun 2007 16:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333965#M102695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-15T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333966#M102696</link>
      <description>(I assume the rank value is based on the SALES column)
&lt;BR /&gt;So you want to keep your data input order but you also want to know the rank of the column.
&lt;BR /&gt;How do you manage duplicate values ? (2 SALES of the same value)
&lt;BR /&gt;We can already do this with a join in the tMap, this is the way I would do it to avoid large memory usage. If you're interested I will explain the job.</description>
      <pubDate>Fri, 15 Jun 2007 16:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333966#M102696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-15T16:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333967#M102697</link>
      <description>Yes I would definately be interested in that. I posted about this in the expression builder post as well in hopes that it could be used within tMap.
&lt;BR /&gt;Can I do intra-group ranking with possibly a few grouping fields and the choice of asc or desc?</description>
      <pubDate>Fri, 15 Jun 2007 16:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333967#M102697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-15T16:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333968#M102698</link>
      <description>Hi plegall, 
&lt;BR /&gt;In the simplest case the "intra-group" rank would just be a count which resets at a change in a specified field or group of fields for a sorted dataset. 
&lt;BR /&gt;For ties (duplicates) it would be useful to have options. The first case would be something like the beginning of this message where everything receives a unique rank, duplicates receiving the rank as per the order of the rows. The second most common case is usually where ties all receive the same rank thus creating a dataset where the number of unique ranks does not equal the number of records. 
&lt;BR /&gt;The ability to take into account the total number of records (also for groupings) and to rank in the reverse order would be a small thing that could be handy. 
&lt;BR /&gt;Would this be possible in the existing tMap component? 
&lt;BR /&gt;Many Thanks, 
&lt;BR /&gt;Jay</description>
      <pubDate>Mon, 18 Jun 2007 18:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333968#M102698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-18T18:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333969#M102699</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Yes I would definately be interested in that.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;My input file contains:
&lt;BR /&gt;
&lt;PRE&gt;Toronto;500000&lt;BR /&gt;Vancouver;200000&lt;BR /&gt;Paris;900000&lt;BR /&gt;Lyon;500000&lt;/PRE&gt;
&lt;BR /&gt;My output is:
&lt;BR /&gt;
&lt;PRE&gt;Starting job topic882 at 18:20 25/06/2007.&lt;BR /&gt;.---------------------------.&lt;BR /&gt;|         tLogRow_1         |&lt;BR /&gt;+-----------+--------+------+&lt;BR /&gt;| city      | sales  | rank |&lt;BR /&gt;+-----------+--------+------+&lt;BR /&gt;| Toronto   | 500000 |    2 |&lt;BR /&gt;| Vancouver | 200000 |    3 |&lt;BR /&gt;| Paris     | 900000 |    1 |&lt;BR /&gt;| Lyon      | 500000 |    2 |&lt;BR /&gt;'-----------+--------+------'&lt;BR /&gt;Job topic882 ended at 18:20 25/06/2007. &lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jun 2007 17:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333969#M102699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-25T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333970#M102700</link>
      <description>Hi plegall, 
&lt;BR /&gt;I'm having trouble viewing your images. They are super small and don't seem to download. 
&lt;BR /&gt;Thanks for your help. 
&lt;BR /&gt;I am interested in ranks in general but more so in "group" ranks. This is all for use in jobs such as: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsyOCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/One-output-as-multiuple-inputs/td-p/60889&lt;/A&gt; or ones where it is desired to have a variety of calculations run up front and stored for later use in reports and other queries. 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Jay</description>
      <pubDate>Mon, 25 Jun 2007 21:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333970#M102700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-25T21:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333971#M102701</link>
      <description>Hi all,please any body help me how to generate ranking positions for the column(Ex 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ALARY) using talend. 
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Tue, 12 Jan 2016 05:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ranking/m-p/2333971#M102701</guid>
      <dc:creator>cbachu</dc:creator>
      <dc:date>2016-01-12T05:44:18Z</dc:date>
    </item>
  </channel>
</rss>

