<?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: Uniques based on highest value on another column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Uniques-based-on-highest-value-on-another-column/m-p/2262316#M42819</link>
    <description>Based on MySql tag, you can use row_number window function and use FIELD() to give priority to various degrees and select 1st row. Refer below links. Hope this helps
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.mysqltutorial.org/mysql-window-functions/mysql-row_number-function/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.mysqltutorial.org/mysql-window-functions/mysql-row_number-function/&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.mysqltutorial.org/mysql-order-by/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.mysqltutorial.org/mysql-order-by/&lt;/A&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Nov 2019 19:24:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-19T19:24:56Z</dc:date>
    <item>
      <title>Uniques based on highest value on another column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uniques-based-on-highest-value-on-another-column/m-p/2262314#M42817</link>
      <description>&lt;P&gt;Hello, so I have a dataset as a .csv file that has two columns, one for "professorID" , "Degree" and i'd like to get the uniques from professorID based on the highest value that he has on "Degree". I have uploaded an image with the example, in this case Doctor is a higher degree than Master for example. Any suggestions?&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2.png" style="width: 547px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M83c.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137963iC8CC42AED30D5285/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M83c.png" alt="0683p000009M83c.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uniques-based-on-highest-value-on-another-column/m-p/2262314#M42817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Uniques based on highest value on another column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uniques-based-on-highest-value-on-another-column/m-p/2262315#M42818</link>
      <description>You need to have one mapping table to define Degree order e.g&lt;BR /&gt;Doctor:1&lt;BR /&gt;Master:2&lt;BR /&gt;Bechelore:3&lt;BR /&gt;&lt;BR /&gt;Then join your data and these mapping. Then you taggregaterow to get the highest degree for each professional.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uniques-based-on-highest-value-on-another-column/m-p/2262315#M42818</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-11-19T17:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Uniques based on highest value on another column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uniques-based-on-highest-value-on-another-column/m-p/2262316#M42819</link>
      <description>Based on MySql tag, you can use row_number window function and use FIELD() to give priority to various degrees and select 1st row. Refer below links. Hope this helps
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.mysqltutorial.org/mysql-window-functions/mysql-row_number-function/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.mysqltutorial.org/mysql-window-functions/mysql-row_number-function/&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.mysqltutorial.org/mysql-order-by/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.mysqltutorial.org/mysql-order-by/&lt;/A&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Nov 2019 19:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uniques-based-on-highest-value-on-another-column/m-p/2262316#M42819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-19T19:24:56Z</dc:date>
    </item>
  </channel>
</rss>

