<?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: Consolidating Repeated Values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Consolidating-Repeated-Values/m-p/763063#M94391</link>
    <description>&lt;P&gt;Easy task&lt;/P&gt;
&lt;P&gt;Create a new column.&amp;nbsp; I called it Sequence and give it the Formula&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Col Cumulative Sum(1, :ID)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It will give a sequence number for each row for each separate ID it finds&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1718052245330.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65079iECDE79056D49A280/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1718052245330.png" alt="txnelson_0-1718052245330.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now all that has to be done is to use the Split platform to split the data into new columns&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Split&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1718052357331.png" style="width: 729px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65080i0CB892B47B7DD675/image-dimensions/729x359?v=v2" width="729" height="359" role="button" title="txnelson_1-1718052357331.png" alt="txnelson_1-1718052357331.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Click on OK and it will create a new data table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_2-1718052406912.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65081i6383529DACFB3C40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_2-1718052406912.png" alt="txnelson_2-1718052406912.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 20:46:53 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2024-06-10T20:46:53Z</dc:date>
    <item>
      <title>Consolidating Repeated Values</title>
      <link>https://community.jmp.com/t5/Discussions/Consolidating-Repeated-Values/m-p/763053#M94388</link>
      <description>&lt;P&gt;I have a table like this with an ID number and a value assigned to each. Some ID numbers were tested multiple times and so have multiple values. I've seen codes to remove all rows with duplicate ID numbers, but I'd like a code that deletes all rows with duplicate ID's BUT saves the value from the nth test under a new column (e.g. value 2, value 3, value n)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. Below is an example of before and what I would like after.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S_Boilermaker_0-1718048662396.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65073i73FB3F292B6EF263/image-size/medium?v=v2&amp;amp;px=400" role="button" title="S_Boilermaker_0-1718048662396.png" alt="S_Boilermaker_0-1718048662396.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S_Boilermaker_1-1718049072147.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65074iD2B5E2DFFB033E6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="S_Boilermaker_1-1718049072147.png" alt="S_Boilermaker_1-1718049072147.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 19:52:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Consolidating-Repeated-Values/m-p/763053#M94388</guid>
      <dc:creator>S_Boilermaker</dc:creator>
      <dc:date>2024-06-10T19:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Consolidating Repeated Values</title>
      <link>https://community.jmp.com/t5/Discussions/Consolidating-Repeated-Values/m-p/763063#M94391</link>
      <description>&lt;P&gt;Easy task&lt;/P&gt;
&lt;P&gt;Create a new column.&amp;nbsp; I called it Sequence and give it the Formula&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Col Cumulative Sum(1, :ID)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It will give a sequence number for each row for each separate ID it finds&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1718052245330.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65079iECDE79056D49A280/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1718052245330.png" alt="txnelson_0-1718052245330.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now all that has to be done is to use the Split platform to split the data into new columns&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Split&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1718052357331.png" style="width: 729px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65080i0CB892B47B7DD675/image-dimensions/729x359?v=v2" width="729" height="359" role="button" title="txnelson_1-1718052357331.png" alt="txnelson_1-1718052357331.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Click on OK and it will create a new data table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_2-1718052406912.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65081i6383529DACFB3C40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_2-1718052406912.png" alt="txnelson_2-1718052406912.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 20:46:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Consolidating-Repeated-Values/m-p/763063#M94391</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-06-10T20:46:53Z</dc:date>
    </item>
  </channel>
</rss>

