<?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 rows selection in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/rows-selection/m-p/388645#M63875</link>
    <description>&lt;P&gt;Dear all,&lt;BR /&gt;I am writing to solve a problem about rows selection in data table I have obtained by import of Current-Voltage data of a set of samples. .&lt;/P&gt;&lt;P&gt;final Data table is made by three columns: Current, Voltage, File Name.&lt;/P&gt;&lt;P&gt;I want to clean the Table from the last row of each group of data corresponding to the same FileName.&lt;/P&gt;&lt;P&gt;It is possible?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:30:47 GMT</pubDate>
    <dc:creator>Ross_ST</dc:creator>
    <dc:date>2023-06-10T23:30:47Z</dc:date>
    <item>
      <title>rows selection</title>
      <link>https://community.jmp.com/t5/Discussions/rows-selection/m-p/388645#M63875</link>
      <description>&lt;P&gt;Dear all,&lt;BR /&gt;I am writing to solve a problem about rows selection in data table I have obtained by import of Current-Voltage data of a set of samples. .&lt;/P&gt;&lt;P&gt;final Data table is made by three columns: Current, Voltage, File Name.&lt;/P&gt;&lt;P&gt;I want to clean the Table from the last row of each group of data corresponding to the same FileName.&lt;/P&gt;&lt;P&gt;It is possible?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:30:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/rows-selection/m-p/388645#M63875</guid>
      <dc:creator>Ross_ST</dc:creator>
      <dc:date>2023-06-10T23:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: rows selection</title>
      <link>https://community.jmp.com/t5/Discussions/rows-selection/m-p/388693#M63880</link>
      <description>&lt;P&gt;I am not quite sure what you mean when you say "&lt;SPAN&gt;I want to clean the Table".&amp;nbsp; Here is a short piece of JSL that will find the last row for each of the FileNames&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();

dt &amp;lt;&amp;lt; select where( Row() == Col Max( Row(), :FileName ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Is this providing you the information you need?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 13:04:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/rows-selection/m-p/388693#M63880</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-05-27T13:04:31Z</dc:date>
    </item>
  </channel>
</rss>

