<?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: Selecting duplicates with complete row values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867432#M103012</link>
    <description>&lt;P&gt;But I need to delete the blank duplicates&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 05:14:30 GMT</pubDate>
    <dc:creator>UserID16644</dc:creator>
    <dc:date>2025-04-10T05:14:30Z</dc:date>
    <item>
      <title>Selecting duplicates with complete row values</title>
      <link>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867386#M103007</link>
      <description>&lt;P&gt;How to select duplicate rows with conditions?&lt;BR /&gt;I have a table with duplicate IDs, but some of the values from other rows are missing. What I need to do is to delete the duplicate row with missing information and retain the complete one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="38.53305785123967%" height="30px"&gt;ID&lt;/TD&gt;
&lt;TD width="29.338842975206614%" height="30px"&gt;Name&lt;/TD&gt;
&lt;TD width="32.335138511027836%" height="30px"&gt;Age&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="38.53305785123967%" height="30px"&gt;1&lt;/TD&gt;
&lt;TD width="29.338842975206614%" height="30px"&gt;Jane&lt;/TD&gt;
&lt;TD width="32.335138511027836%" height="30px"&gt;12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="38.53305785123967%" height="30px"&gt;1&lt;/TD&gt;
&lt;TD width="29.338842975206614%" height="30px"&gt;Jane&lt;/TD&gt;
&lt;TD width="32.335138511027836%" height="30px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="38.53305785123967%" height="30px"&gt;2&lt;/TD&gt;
&lt;TD width="29.338842975206614%" height="30px"&gt;John&lt;/TD&gt;
&lt;TD width="32.335138511027836%" height="30px"&gt;16&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="38.53305785123967%" height="30px"&gt;3&lt;/TD&gt;
&lt;TD width="29.338842975206614%" height="30px"&gt;Anna&lt;/TD&gt;
&lt;TD width="32.335138511027836%" height="30px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="38.53305785123967%" height="30px"&gt;3&lt;/TD&gt;
&lt;TD width="29.338842975206614%" height="30px"&gt;Anna&lt;/TD&gt;
&lt;TD width="32.335138511027836%" height="30px"&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="38.53305785123967%"&gt;4&lt;/TD&gt;
&lt;TD width="29.338842975206614%"&gt;Mark&lt;/TD&gt;
&lt;TD width="32.335138511027836%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rows 3, 5 should be deleted. I know "Select duplicate rows( Match( :Col1, :Col2 ) );" but I'm not sure how to specify to select and delete those with blank :Age. Please help&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 01:58:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867386#M103007</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2025-04-10T01:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting duplicates with complete row values</title>
      <link>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867397#M103009</link>
      <description>&lt;P&gt;If there is always only 1 record for each person that has a non missing value for age then a simple&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Summary&lt;/P&gt;
&lt;P&gt;where you group on name and specify to calculate the mean of age.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 03:27:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867397#M103009</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-04-10T03:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting duplicates with complete row values</title>
      <link>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867432#M103012</link>
      <description>&lt;P&gt;But I need to delete the blank duplicates&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 05:14:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867432#M103012</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2025-04-10T05:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting duplicates with complete row values</title>
      <link>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867449#M103014</link>
      <description>&lt;P&gt;If you run the Summary Platform as I specified, it will result in removing the specified rows.&amp;nbsp; Below is your sample data table, and the preview of what the results of running the Summary Platform will produce&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1744262531253.png" style="width: 751px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74730i5EC7539750D829E4/image-dimensions/751x322?v=v2" width="751" height="322" role="button" title="txnelson_0-1744262531253.png" alt="txnelson_0-1744262531253.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The data you want removed has been removed.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 05:23:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867449#M103014</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-04-10T05:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting duplicates with complete row values</title>
      <link>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867456#M103015</link>
      <description>&lt;P&gt;Got it! Big thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 05:42:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selecting-duplicates-with-complete-row-values/m-p/867456#M103015</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2025-04-10T05:42:32Z</dc:date>
    </item>
  </channel>
</rss>

